Re: Sequences

new topic     » goto parent     » topic index » view thread      » older message » newer message

> 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?

well obviously you can't "define" sequences in euphoria because of
its data allocation system...  but you have something like this:

sequence data_array

data_array =

hope that clarifies things :D

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu