Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count characters in string.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00733129
Message ID:
00733130
Views:
22
You can use LEN() function.
FOR i=1 TO LEN(lcStr)
  * Processing
ENDFOR
>I would like to create a FOR.....ENDFOR loop based on the amount of characters in the field I am evaluating. How do I count the characters in a string or data field?
>
>Thank You.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform