Re: ReDim driving me crazy again…

Laurent Godard <[email protected]> Thu, 18 Aug 2011 08:52:32 +0200
Newsgroups gmane.comp.openoffice.devel.api
Message-ID <[email protected]>
HI

from my poor experience
if I want to use redim, i have to define the array as dynamic

may be try this

public NDice() as integer

sub main
  redim NDice(1 to 6)

end sub

Laurent
-- 
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help