Re: New Euphoria features

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

Correction to 
> By using IF / ELSIF you have to retype the expression - or -
> using alot's of 'OR' statements.

Using alot of 'OR' statements wouldn't work - you would have to use
IF expression THEN
  ELSIF expression
  ELSIF expression
  ... etc.
ENDIF

The essence is that you would have to rewrite the expression each time, you
wouldn't that using SELECT CASE.

ZNorQ..

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

Search



Quick Links

User menu

Not signed in.

Misc Menu