I want to print "HELLO" on the form, then clear it and print "GOODBYE" lets say
using 2 buttons
so in cmdHello id put something like
print("HELLO"
and in cmdBye id put Goodbye
now the question is how do i clear the text on the form?
also how do i set the text to print in the middle?
cause if you dont specify a location it prints it in the top left corner.
Is there a way to Print("hello" x, y)
with x y being the coordinates?
thanks
using 2 buttons
so in cmdHello id put something like
print("HELLO"

and in cmdBye id put Goodbye
now the question is how do i clear the text on the form?
also how do i set the text to print in the middle?
cause if you dont specify a location it prints it in the top left corner.
Is there a way to Print("hello" x, y)
with x y being the coordinates?
thanks