1. RE: sequence question

You can do stuff like that in C, not in Eu.
Eu isnt that flexible.

Also cant subscript a function call:
  k=GetValue()[1]
but using an intermediate temporary variable always works:
  temp=GetValue()
  k=temp[1]

Have fun with it!

--Al

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu