Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array Property
Message
 
To
10/05/2001 08:40:07
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00505696
Message ID:
00505705
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Renoir,

You can use it as an array. Like:

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

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

.text1.Value=this.alist[2]
endwith


*-----------------------------------



>What is an array property on a form and how is it different than a regular run->of-the-mill property? Or is the difference in how I use it? Thanks!

>Regards, Renoir
Previous
Reply
Map
View

Click here to load this message in the networking platform