| | Re: R: Save arrays in VB5 Joel Shafer
| | | (...) Actually, when you say Dim a(100) as integer, the array contains 101 elements ranging from element 0 to element 100. By default VB starts arrays at the 0th element (this can be changed). The Dim statement for arrays doesn't specify the number (...) (25 years ago, 27-Sep-99, to lugnet.robotics)
| | | | | | | | R: R: Save arrays in VB5 Roberto Amato
| | | | | Fantastic. All this time I believed it wrong. I checked and of course it's true, either on VB and on old QB. Thanks for that. Roberto -----Messaggio Originale----- Da: Joel Shafer <joel@connect.net> A: Roberto Amato <RobertoAmato@mclink.it> Cc: (...) (25 years ago, 6-Oct-99, to lugnet.robotics)
| | | | | | |