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
Miscellaneous
Thread ID:
00213385
Message ID:
00213400
Views:
33
>1) Wich are the correct syntaxis?:
>
>varname="list1"
>dimension &varname(1,3)
> or
>dimension &varname.(1,3)

DIMENSION &VarName[1, 3]

>2) And in this other case?:
>
>ArrayLenght=alen(&varname,1)
> or
>ArrayLenght=alen(&varname.,1)

ArrayLenght = ALen(&VarName, 1)

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform