Dont do  int characters [] [8]; , but  string characters [] [8]; . The type you specify at the start of the array declaration is the type of info the array will store.
Peace.
6
solved Placing Random String values into an int Array
 
Dont do  int characters [] [8]; , but  string characters [] [8]; . The type you specify at the start of the array declaration is the type of info the array will store.
Peace.
6
solved Placing Random String values into an int Array