Page 1 of 1

[Implemented] SELECT CASE

Posted: Thu Jun 20, 2002 7:25 pm
by BackupUser
Restored from previous forum. Originally posted by Branston.

I think I may have seen this request elsewhere in this forum. I'd like to add my voice to it.

Could these variants be included in this useful command?

CASE > d ; relational
CASE d TO 99 ; range d to 99 inclusive
CASE 25, d ; two equality tests; equal to 25 or equal to d?
CASE 25 TO 99,14 ;combination of range and equality

Posted: Fri Jun 21, 2002 4:33 am
by BackupUser
Restored from previous forum. Originally posted by Danilo.

See

Code: Select all

[url]http://forums.purebasic.com/english/viewtopic.php?t=1397[/url]

Posted: Fri Jun 21, 2002 5:25 pm
by BackupUser
Restored from previous forum. Originally posted by Branston.

Thanks Danilo. I'll add my vote there! :)