Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 1 -------- le 11/10/2004 @ 20:18 par aldweb
visiteur |
Ciao roberodo,
Prossima volta, mi puoi anche scrivere in Italiano Anche se è molto meglio in Inglese. Cosi, tutti quanti possono seguire la discussione... Alora, ti rispondo in Inglese:
iziBasic comes with a basic console mode. PRINT just prints a single line, one under the other until it reaches the bottom of the screen. Then, all lines are moved up to allow the last line to be printed. You reset the printing with the CLS statement.
So, basically, you have 2 ways to print somewhere on the screen:
The first one => Using this basic console mode
CLS:PRINT:PRINT:PRINT" 7th character on 3rd line"
The second one => Using the GUI mode, which is the main advantage of iziBasic over some competitors
LABEL #1,"anywhere I want",50,70
Cordiali saluti,
@+ aldweb |