Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent to VBs join function
Message
From
12/07/2001 09:18:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Equivalent to VBs join function
Miscellaneous
Thread ID:
00529650
Message ID:
00529650
Views:
42
I know that we now have the split function by giving some additional params in ALINES Function. But is there a join Function in VFP? Here is the definition in VBA:
-----------------
Join(sourcearray[, delimiter])

The Join function syntax has these named arguments:

sourcearray
Required. One-dimensional array containing substrings to be joined.

delimiter
String character used to separate the substrings in the returned string. If omitted, the space character is used. If delimiter is a zero-length string , all items in the list are concatenated with no delimiters
-----------------------------------

Thank you for you response
Dimitris
Next
Reply
Map
View

Click here to load this message in the networking platform