Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3 dimensional arrays ?
Message
 
To
16/06/2003 16:05:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00800463
Message ID:
00800522
Views:
27
I'm impressed with the implementation, and thank you for taking the time to develop it. However, using this simple block of code :

SET CLASSLIB TO LargeArray
SET PROCEDURE TO LargeArrayMJ
CLEAR
loBeziers = CREATEOBJECT( 'cLargeArrayMJ', 3 )
WITH loBeziers
.Put( 1, 1, 1, 1 )
?.Get( 1, 1, 1 )
.Put( 2, 1, 1, 1 )
?.Get( 1, 1, 1 )
ENDWITH
RELEASE loBeziers
RETURN

I'm putting 1 in [1,1,1] then displaying it.
Then I'm putting 2 in [1,1,1] and displaying it.
It stays a 1... There loBeziers.nError is 12 after the second .Put().

Took a bit of fumbling with my program to figure out what was going on. Using VFP 7 at the moment. Any ideas ?
Chris Zangarine
Software Development Engineer
Pipeline Compliance System (PCS)
American Innovations
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform