Weird String to int Conversion on Array
BlitzMax Forums/BlitzMax Beginners Area/Weird String to int Conversion on Array
| ||
| Hi all I get a string to int conversion error on this, any ideas ? Local nameList:String["Erick","Dylan","Grove"] I am missing something ? |
| ||
| Local nameList:String[]=["Erick","Dylan","Grove"] |
| ||
| ah ok cool, I should notify the author of the pdf, the beginners one. Thanks ! |