Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Words from memo
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00923219
Message ID:
00923344
Views:
18
Try this:
lnCount = GETWORDCOUNT(MyTable.Memo)
FOR ln = 1 TO lnCount
  INSERT INTO MyWords VALUES (GETWORDNUM(MyTable.Memo, ln)
ENDFOR
>Hi all
>I have a table with memo field.
>How can I enter the words to cursor.
>for example:
>
create cursor mywords (words c(15))
>select mytable
>scan
>insert into mywords values (maytable.memo)&&in this point each word will get a new record in the cursor
>endscan
>Some on can help me?
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Reply
Map
View

Click here to load this message in the networking platform