right now I already made all the connections and I can load text into the program from an exturnal txt file. I can also print these in a panel with the TEXT object.

but my problem is I can only print 1 line. and moost of the time I need to print 5 or more.

I found this function to help me get more strings to the screen.

txt_addstring(text,stest);

here:
text is the text object
and stest is the string

but the code keaps saying that it doesn't know the function, could it be the function name got changed? or am I doing somthing wrong?

do note that I found the function in the online manual.

Last edited by FlyingRaven; 05/31/09 20:52.