0 Members and 3 Guests are viewing this topic.
@chattahippie, I can't say much for MathPrint besides I was glad to get rid of it for 2.43 lol. But no, the ASM program was some "power tool" thing, if I remember correctly. Admittedly, I think it was me who told it to shift the screen.
Code: [Select]°A-2→°MYVAR5→MYVARMYVAR++MYVAR*13→MYVARDisp MYVAR▸Dec,i .Prints 78
°A-2→°MYVAR5→MYVARMYVAR++MYVAR*13→MYVARDisp MYVAR▸Dec,i .Prints 78
Darn...* BlakPilar is now sad...Oh well, though. Methinks it's time for arrays, then. Thanks guys.
Is there to do this, but with bitmaps?[...]->Pic1[...][...]Pt-On(A,B,Z*8+Pic1)
EDIT:Quote from: jacobly on December 13, 2011, 06:20:40 pmCode: [Select]°A-2→°MYVAR5→MYVARMYVAR++MYVAR*13→MYVARDisp MYVAR▸Dec,i .Prints 78Hope that helps!
Quote from: epic7 on December 14, 2011, 10:46:30 pmIs there to do this, but with bitmaps?[...]->Pic1[...][...]Pt-On(A,B,Z*8+Pic1)Just replace the 8 with the size of the bitmap data in bytes
How would I combine two strings, such as"Hello "->Str1"World!"->Str2.A guessStr2->{Str1+6}Text(1,,Str1).^ would that work?