<HTML><FONT FACE=arial,helvetica><FONT SIZE=2 PTSIZE=10>Ok, as of today(sunday the 29th of may), the following string commands were implemented
<BR>show string (string ID)
<BR>clear string (string ID)
<BR>append ascii (string ID, ascii code)
<BR>append number (string ID, number)
<BR>copy string (source string ID, dest string ID)
<BR>concatenate strings (source string ID, dest string ID)
<BR>string length (string ID)
<BR>replace char (string ID, position, ascii)
<BR>delete char (string ID, position)
<BR>ascii from string (string ID, position)
<BR>these two were softcoded into plotscr.hsd
<BR>string to globals (string ID, starting global ID, length)
<BR>globals to string (string ID, starting global ID, length)
<BR>
<BR>I also embedded strings into textboxes with ${S#}
<BR>I will create patches later on today(have to download the svn program)
<BR>
<BR></FONT></HTML>