I have a variable with the type of byte and would like to recast to string, so that I can replace the numbers with a String.
Code:
. But when I try to recast it, it shows invalid.
describe ID
storage display value
variable name type format label variable label
------------------------------------------------------------------------
ID byte %10.0g
recast str10 ID
ID: str16 invalid
r(109);

Comment