Hey! I am making little map editor for my game, I got a textbox where I from the map with numbers and program writes them to bytes so my game can read them, but my problem is how can I read character by character from the textbox?
Silvershaft 2 Junior Poster
Recommended Answers
Jump to PostGrab the string textbox.Text into a string mystring and march along it with the index (so mystring[0] is the first character, mystring[1] being the 2nd, etc.)
All 5 Replies
compovet 0 Newbie Poster
Silvershaft 2 Junior Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Silvershaft 2 Junior Poster
Vorac 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.