9951 explained code solutions for 126 technologies


luaConvert number to string


str = tostring(num)ctrl + c
str

string variable that will contain result

tostring

converts given value to string

num

number to convert to string