Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loop through record's fields
Message
 
 
To
19/09/2007 13:13:20
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01255535
Message ID:
01255556
Views:
8
>But now, how do I get rid of all the ',' that are getting put into my empty fields? I want them to stay empty in the string.
lcField = TRANSFORM(EVALUATE(FIELDS(lnFor,ALIAS()))) 
IF NOT EMPTY(lcField )
  lcString = lcString + lcField + [,]
ENDIF
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform