Oxygen Basic

Programming => Tools => Topic started by: kryton9 on June 15, 2012, 08:23:18 PM

Title: Record of out to console
Post by: kryton9 on June 15, 2012, 08:23:18 PM
I was using # recordof usertype  tonight and the output was more than the messagebox could display.
So here is a simple version that outputs to console and then you can scroll and see it all.

Unzip attachment to your projects folder.
Title: Re: Record of out to console
Post by: Charles Pegge on June 15, 2012, 11:14:38 PM
Thanks Kent.

Yes, the message box does have its limitations, Windows does not provide a scrollable message box unfortunately. Maybe it will encourage smaller classes  ;D

Charles