2021-09-04, 12:16 AM
Trying to use CHR$(13) in print42() and it is ignored - could this be implemented please?
Thanks
Thanks
|
print42() to allow CR chr$(13)
|
|
2021-09-04, 12:16 AM
Trying to use CHR$(13) in print42() and it is ignored - could this be implemented please?
Thanks (2021-09-04, 12:16 AM)RandomiserUsr Wrote: Trying to use CHR$(13) in print42() and it is ignored - could this be implemented please? PRINT42 understands CHR$(13) and also CHR$(22) + CHR$(y) + CHR$(x) (AT y, x). Code: #include <print42.bas>Can you post your code so I can see what's not working? Thx!
2021-09-09, 05:10 PM
On careful examination it appears it is working. I refactored a routine and added in CHR13 without thinking of the consequences of doing so.
Refactored again and now working as expected. Thank you Boriel |
|
« Next Oldest | Next Newest »
|