9951 explained code solutions for 126 technologies


luaConvert int to string


str = tostring(num)ctrl + c
str

string variable that will contain result

tostring

converts given value to string

num

integer to convert to string