Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
500 char String too long?
Message
From
16/06/2011 19:25:51
Victor Chignes
Inteliventas
Peru
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01514836
Message ID:
01514843
Views:
57
Its just this piece of code. I need to concatenate some field names into a string, so the actual code is :

lTempFields=""
FOR i=1 TO lnCampos
IF ASCAN(TblFields, UPPER(This.iaData[i, 1]))>0
zz=ALLTRIM(UPPER(This.iaData[i, 1]))+","

lTempFields=lTempFields+zz
ENDIF
ENDFOR

Tblfields has a =AFIELDS() of my table, so Im getting all the strings in ladata wich have a corresponding field in the table
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform