Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro subst. within functions
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Macro subst. within functions
Miscellaneous
Thread ID:
00213385
Message ID:
00213385
Views:
45
Hello to all

These are two questions:

1) Wich are the correct syntaxis?:

varname="list1"
dimension &varname(1,3)
or
dimension &varname.(1,3)

2) And in this other case?:

ArrayLenght=alen(&varname,1)
or
ArrayLenght=alen(&varname.,1)

I have problems with the macro substitution in some VFP 6 functions.
Does the macro substitution works within this functions?
Next
Reply
Map
View

Click here to load this message in the networking platform