Warcraft 3 JASS Wiki
Advertisement

S2I //Conversion - Convert String To Integer native S2I  takes string s returns integer

Section heading[]

//This function converts a string to an integer. Example:

'set INT = S2I ("11") // 'As a result, we get the number 11[]

Advertisement