Home Help

StrToInt(s:string):integer

StrToInt converts the string S, which represents an integer-type number in either decimal or hexadecimal notation, into a number.

a=StrToInt("12")