Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in ALINES()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00824830
Message ID:
00961685
Views:
28
Thanks for the reply. I am hoping to get VFP to work as advertised. But if I have to I will adjust using work arounds. Thanks again.

>>I cant change the ALINE to an Mline as I am not running it against a memo field. I >need to separate a character string into separate parts. E.g:
>
>MLine() is not limited to memo fields. See a sample in my reply to Martin.
>
>>lnRtn = ALINES(ArrLotNo,lcLotNums,.T.,',',';',' AND ','&')
>
>You may run the following code before using the MLine() function:
>
>   lcLotNums=Chrtran(m.lcLotNums,',;&',Chr(13)+Chr(13)+Chr(13))
>   lcLotNums=Strtran(m.lcLotNums,' AND ',Chr(13))
>
>
>Ben
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Reply
Map
View

Click here to load this message in the networking platform