I am trying to set a string value with an integer value (name_txt.string = 24;) and when that specific code is executed by the engine, the engine just crashes. Is there any way I can convert from integer to string? Or better yet, what are all the conversion / casting functions available?

Thanks in advance,

Doriel