Sequences
- Posted by Greg Harris <blackdog at MAIL.CDC.NET> Jan 14, 1997
- 819 views
I have a quick question about sequences. How do I construct a multidimensional type array with sequences? For example, in Basic I would use: Dim dataarray(3,6,4,3) How would this be accomplished using euphoria? Thanks, Greg Harris