Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does an inverse of ALINES() exist?
Message
 
 
To
11/12/2002 11:44:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00731876
Message ID:
00732084
Views:
19
Here's function ArrayToStr based on code posted by Christof Lange.
FUNCTION ArrayToStr(taArray)
RETURN NVL(_VFP.SetVar("nSub", 1), "") + Textmerge( ;
  Replicate('<<taArray[nSub] + NVL(_VFP.SetVar("nSub", nSub+1), "")>><<Chr(13)+Chr(10)>>', ;
  Alen(taArray)))
>I thought I had seen a function that was the inverse of ALINES() somewhere, but I can't find anything in VFP 7 help about it. Obviously it's not that difficult to write, I just thought a native version existed. Someone tell me I'm not losing my mind, please?
>
>Chris.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform