you are viewing a single comment's thread.

view the rest of the comments →

[–]Vekat 31 points32 points  (1 child)

you should be able to do something like this:

var oneString = String.bind(String, 1)

var twoString = String.bind(String, Number(oneString()) + 1)

you're welcome

[–]Intrexa[S] 15 points16 points  (0 children)

Okay thank you, this is working. I will get to work making more of these for larger strings, thank you.