<div dir="ltr"><div>I take it to mean that there is an actual string at the location pointed to by s.</div><div>To convert a float to a string, first sprintf(s, "%.0f", a_float);</div><div>or sprintf(s, "foo-%d", (int)a_float);<br></div><div>(ensure you have space at s for the string).<br></div><div>Then convert the string to a symbol with gensym.</div><div><br></div><div>Martin<br></div><div><br></div><br></div>