Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Define a property as an array
Message
 
To
10/05/2001 09:26:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00505724
Message ID:
00505730
Views:
23
Like:

with thisform
.addproperty('alist[5]',"")

.alist[1]="Hello"
.alist[2]="Hello3"
.alist[3]="Hello4"

.text1.Value=this.alist[2]
endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform