Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Words from memo
Message
 
 
To
12/07/2004 09:14:43
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00923219
Message ID:
00923298
Views:
23
He'll have to loop through laList array.

>Doesn't he still need to use MemLines and loop through the lines of the memo?
>
>>Jay,
>>
>>The memo field can be used as the second parameter in ALINES(). I used a string literal to show that it works for his example.
>>
>>>
>>>Isn't that used to put the lines into a memo? I think he wants to extract the lines out.
>>>
>>>UPDATE: Ahh. My mistake, but I think he needs to use the memo field name and the MemLines function as well.
>>>
>>>>You can use ALINES() function
>>>>
DIMENSION laList[1]
>>>>ALINES(laList, "good morning nice world", SPACE(1))
>>>>
>>>>>memo is not the real name.
>>>>>I want to get all the words in the memo.
>>>>>For example: if the memo words is : "good morning nice world'
>>>>>I will get 4 new records in the cursor:
>>>>>1. good
>>>>>2. morning
>>>>>3. nice
>>>>>4. world
>>>>>you have to remember that my memo able to be 100 word and one word.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform