Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memos
Message
From
20/07/2001 18:05:59
 
 
To
20/07/2001 17:42:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Memos
Miscellaneous
Thread ID:
00533376
Message ID:
00533392
Views:
9
>How do you get a certain number of characters out of a memo field?

You can do that the same way you get characteres out of any string. lcWord = SUBSTR(mymemofield, 15, 10) well return the 15th carhacter of your memo, and the 9 characters after that (10 in all). You can use any string function on teh memo that you want, AT, LEFT, SUBSTR, and even the foxtools Words, and WordNum, I think they're called.
Previous
Reply
Map
View

Click here to load this message in the networking platform