Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array
Message
From
27/03/2001 13:52:57
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Array
Miscellaneous
Thread ID:
00488635
Message ID:
00489095
Views:
17
George

>Add the property in the class designer. Select Class/New Property and enter >myarray[1] in the dialog.

Sorry, George but I'm a beginner. I started all over and now its working
only I have still one question.

I use the next code:

Pulic aPer
DIMENSION aPer(5)
store 11 to aPer(1)
store 12 to aPer(2)
store 21 to aPer(3)
store 22 to aPer(4)
store 40 to aPer(5)

In the interactivechange event I use this.value
this.value is returning the next value's
"11" "12" "21" "22" "40" their are character strings and not numeric
is this normal??

Ben
Greetings

Ben Dekker
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform