0 Members and 8 Guests are viewing this topic.
A+30→{Str0V+8}
A→{Str0V+7}
It's because "0" and 0 are different. The character "0" actually has value E30. Plus, appv is really two bytes, so what you'd need to do isCode: (Axe) [Select]A+30→{Str0V+8}instead ofCode: (Axe) [Select]A→{Str0V+7}.EDIT: Haven't tested it myself; can you tell me if it works?
So I have to do the little F or something?
Quote from: Darl181 on October 14, 2010, 06:36:04 pmSo I have to do the little F or something?Use the little E. Press [2nd] then [,] to get it.
.TEST30->A55->BClrHomeDisp A->DEC,B->DEC,iExch(A,B,2)Disp A->DEC,B->DEC,iPause 5000
:Exch(°A,°B,2)
the 30 should either be replaced with E30 or 48.