Cx cursor management statement

Started by Amanda Dearheart, September 03, 2019, 02:54:56

Previous topic - Next topic

Amanda Dearheart

OK Blitzers, this is a real simple one.
First off, I have the Cerberus x docs in front of me, and it is possible for me to wade through the pages of instructions to find the one I need, but I ask nonetheless.
Most languages have a command Print at x,y or Locate x,y : Print to move the cursor to a specific line, but what do I use in Cerberus X.  The Text x, y that Blitz3D uses isn't there.
Prepare to be assimilated !  Resistance is futile!

Phil7

Look at DrawText : Int ( text:String, x:Int, y:Int, xalign:Float=0, yalign:Float=0 )
I don't know, if this is a real substitute for Print at x,y because DrawText is rendered to the screen and not to the normal Print output and you need the mojo stuff to use it.

Amanda Dearheart

Prepare to be assimilated !  Resistance is futile!