Alpha eX
July 7th, 2005, 03:52 PM
Im making a map editor so i can paste the array into the game so i can use the map, does anyone know how i can get the " symbol to export and display in a text box.
here is a standard map,
e01 = [["name"],
[1,0,0,0,1],
[1,0,0,0,1],
[1,0,0,0,1],
[1,1,0,1,1],
[1,1,1,1,1]]
I want that to export into the textbox but can get everything but the " signs.
can anyone help, i know its simple but im lost, i was thinking of using ASCII code for the " symbol which is, " but no luck with that either.
here is a standard map,
e01 = [["name"],
[1,0,0,0,1],
[1,0,0,0,1],
[1,0,0,0,1],
[1,1,0,1,1],
[1,1,1,1,1]]
I want that to export into the textbox but can get everything but the " signs.
can anyone help, i know its simple but im lost, i was thinking of using ASCII code for the " symbol which is, " but no luck with that either.