set command
Richard Kreiss
rkreiss at gccconsulting.net
Sat Feb 26 15:48:23 PST 2011
What should happen when one does
Dim foobar(48)(6,.2)
Set foobar,"1.00","10","0"
Should foobar[10]="1.00" or foobar[10]=""
Or should all elements of the array from foobar[10] to foobar[48] be set to
"1.00"
/Ken question
What happens when you set foobar,"1.00","10","0"
/ken question
foobar[10] to foobar[48] be set to "1.00"
Problem arose when using a variable for the last element of the set command.
Just want to know if this is what is supposed to happen or if this is a bug.
5.6.11
Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
More information about the Filepro-list
mailing list