Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I was wondering if substrings start on 0 or 1. I couldn't tell really. Anyone know? Also, how does the substring clause begin. Does it count the place value of the one it starts on the the one right after?
I'm using Jass, but if i put extra spaces it wont place multiple spaces after it?
Edit: I.E. If i get the string "red" and do local string red = SubString("red", 0, 5) Would it set local string red to "red " with the two spaces included because I "overshot" the amount of spaces it takes? In the sense that it 0,1 represents "r", 1,2 represents "e" and 2,3 represents "d", would 3,4 and 4,5 represent " " and " ", adding 2 spaces to the end of "red"?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.