HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

s2i question

06-08-2004, 04:56 PM#1
IronGauntlet
i've seen some people write about s2i in triggers dealing with strings. I want to know what it is.
06-08-2004, 05:39 PM#2
SektorGaza
it's a function that converts string to integer.

for example you have string "005"

call s2i("005") will return 5 as an integer

u may not recongnize it in gui because it doesnt look like S2I