Enumerations in SWFBasic ?

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
User avatar
octal
Registered User
Registered User
Posts: 586
Joined: Thu Jan 11, 2007 12:49 pm
Location: Paris IDF
Contact:

Enumerations in SWFBasic ?

Post by octal » Tue Jan 30, 2007 12:44 pm

Hi,
is there a mean to have/use enumerations in SWFBasic?
In the include files I have found in the CONFIG declaration a syntax like this:

Code: Select all

OSCS(OSCS) = [ON, OFF]
Can we use this kind of syntax ?

Best regards

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Post by David Barker » Tue Jan 30, 2007 12:54 pm

No. Configuartion fuses are a special case.

Post Reply