
April 4th, 2008, 06:31 AM
|
 |
Beginning Trainner/Hacker
|
|
Join Date: May 2006
Location: South Pacific
Gender:
Nature: Calm
|
|
|
Could anyone tell me how to declare a list of numbers (233243) as byte?
Dim x as byte
x = "233243"
I tried this, it doesn't work, could anyone help?
|