Hi!
I'm making a starter file and I have a few questions.
Question no 1 :With the code line :
SET FONT "font", RGB(r, g, b);
Is it possible to have bigger fonts as in "Arial#36b" in the WINDOW WINSTART ?
If so, how?
Question no 2 :I wanted to place a few line feeds in my text with "\n" :
TEXT "text", x, y;
Prints the given text at the x, y position of the window. Line feeds within the text can be given by "\n".
Since this did not work I made many TEXT lines as a workaround.
Does "\n" work?
Question no 3 :Is there a limit to the numbers of characters per line in TEXT?
ERRNO 288.289 came up after a very long line (more than the width of screen).
When I shortened the line the starter file was created.