On 6 Apr 2006, at 19:14, J. Landman Gay wrote:

David Burgun wrote:

> Ok, found it! I missed a line off my script when I posted it:
>
> function DebugPutString theString
> put theString & cr into field 1 of card 1 of me
> select after field 1 of card 1 of me     <
> ----------------------------------------------------------------
> return empty
> end DebugPutString
>
> As far as I can tell, it's the select that is pushing to the front! I
> do this in order to scroll the display so I can see what is going on
> without having to scroll it manually. Is there another way to do this??

Use "set the scroll of fld <whatever>" instead of "select". If you don't want to calculate what the scroll should be, just set it to an arbitrarily huge number, like 100000.

EXCELENT! Thanks again, that's one mystery solved, just few more to go now!

All the VERY Best
Dave

P.S.

IOU 2 beers!


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to