Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set a variable to zero
Message
 
To
08/12/1999 16:02:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00300583
Message ID:
00300589
Views:
18
>How do i declare an array variable and set it initially to zero?

IF you are speaking of an initially empty array:

DECLARE or DIMENSION myarray(1)
myarray = 0 or STORE 0 TO myarray
Michael Helms

May the Schwartz be with you.<(©¿©)> -- Mel Brooks
"Someday, and that day may never come, you will be called upon to perform a service" -- Vito Corleone
"Live like there is no tomorrow, Dance like no one is watching, Love like you've never been hurt." -- Anonymous
"I'm thinking about joining the campaign for shorter tag lines." -- Me
Previous
Reply
Map
View

Click here to load this message in the networking platform