What does this do ?
for a string
mystring[..1] and mystring[1..]
I saw this in marks code and cant make head or tail of it.
for a string
mystring[..1] and mystring[1..]
I saw this in marks code and cant make head or tail of it.
Local myString:String = "This is a test" print myString[0]
Local myString:String = "This is a test" Print myString[0..1]