Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to replace a field with a list of fields
Message
 
 
To
24/09/2001 14:08:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00560093
Message ID:
00560119
Views:
18
>Renoir,
>
>In fact the field1 will never exceed 8 characters .( file name in DOS)
>
>replace field1 with alltr(subs(list of fields,1,8) something like this
>but not sure it's going to work or not.
>
>Thanks
>PP

How about:
local NewLine, lnI, lnLines
NewLine=strtran(Line of fields,',',chr(13))
lnLines=alines(laArr, NewLine)
for lnI=1 to m.lnLines
    insert into myTable (field1) ;
               values (laArr[m.lnI])
next
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform