Trying to combine 2 strings, apparently you can have up to 15 characters in the alpha register, i seem to be able to put more (not the storage reg., only 6 in there.) What I want to do is append the 2nd string to the 1st string. I know the append function is that sideways "T" but it doesn't work in this case.
Here's my program,
01 LBL "TEST"
02 "<="
03 ARCL 10
04 "D="
05 ARCL 11
06 AVIEW
07 END
I would like the end result in the alpha register to be... <=90.0000D=10.0000
Any help thanx Shawn,,,,MeisterEister@aol.com