<font face="Arial, Verdana">Both are for flash.. The one without F was for strings stored by Com:: in flash so no conversion was necessary. You want one of these</font>
<font face="Arial, Verdana">#define UI_STATUS_RAM(status) uid.setStatus(status);</font>
<font face="Arial, Verdana">#define UI_STATUS_UPD_RAM(status) {uid.setStatus(status);uid.refreshPage();}</font>
<font face="Arial, Verdana">
</font>