Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Cases
« previous
next »
Print
Pages: [
1
]
Author
Topic: Cases (Read 604 times)
Heph
April 03, 2009, 08:20:16 PM
What's the proper way to use them?
Is it just using the switch$(%variable)?
Ad Bot
Advertisement
Tom
April 03, 2009, 08:46:13 PM
switch$ for strings, switch for non-strings. I'm not sure if it actually matters.
Ephialtes
April 04, 2009, 11:18:54 AM
You can get away with using switch$ for integers anyway, It just makes it less likely for you to run into bugs if your supposed integer is infact typecasted as a string.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Cases