>From the Help file
Syntax
ReDim  var_name ( newsize )  [ , ... ]

Notice the presence of the [ , ... ] indicating that more elements can be
specified on the same line

MB code
              dim a(),b(),c() as string
redim a(5),b(5),c(5)
Result
            Unrecognized command: ,.

Solution: one element only by line

Query:
Bug in the code not allowing comma separated multiple elements or Printing
error in the manual?

Jacques Paris
e-mail  [EMAIL PROTECTED]
MapBasic-MapInfo support  http://www.paris-pc-gis.com




_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to