Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing file variables to a function
Message
From
15/04/1999 18:48:29
 
 
To
15/04/1999 18:38:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00208655
Message ID:
00208811
Views:
22
>John,
>
>Thanks for your reply to my question. Unfortunately, when I called SCATTER in the following way:
>
>SCATTER FIELDS (cRecord_field_name), (cFirstname_field_name), ... TO laFieldInfo
>
>where '...' represents the rest of the field names. I got a general syntax error. I set up the values of THIS.record_field_name, THIS.firstname_field_name, etc. by calling the function in my original message. I then declared some LOCAL variables (i.e. cRecord_Field_Name, etc.) and assigned them the values of THIS.record_field_name, etc.
>
>Have I done something else wrong?
>
>Thanks again,
>
>Henry

cFieldstring=cRecord_field_name+","+cFirstname_field_name+","+.....
SCATTER FIELDS &cFieldstring. TO laFieldInfo
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform