Quick request - any way to slip in a sexp that could convert a numerical value into a string variable? In my specific case I have a temperature guage on the HUD, using HUD_guages.tbl. I currently have 45 sexps converting a numerical variable into any one of 45 strings containing the number in the numerical variable, i.e. 45 sexps ging 'when the variable is >4 <8, modify variable, string variable, "14"'; 'when the variable is >8 <12, modify variable, string variable, "16"'; 'when the variable is >12 <16, modify variable, string variable, "18"'; etc. etc. (Ignore the variation between the >/< values and the string, that's just for balancing since, annoyingly, you can't use non whole numbers in FRED).
Anyway, I could do all of that in one sexp if I could convert a number to a numerical string dynamically. Is it possible?