08.04.2008, 05:06
Quote:
Originally Posted by Pixels^
Is there a way I can create a byte variable? In VB it's
Code:
Dim ByteVar As Byte It might be an easy thing to figure out but I can't for some reason. Searching pawn-lang.pdf atm. Wiki has no documentation on single byte variables. |
pawn Code:
new MyString[20 char] = !"aavi: Hey listen!";
MyString{0} = 'N';