[Gambas-user] text interface apps
Brought to you by:
gambas
|
From: Tomas E. i F. <tom...@wa...> - 2009-08-12 15:27:28
|
Hello all! I would like to know if it's possible, working with text apps, write texts in the screen at any position. An example: I learned programming with dBase III, and we used the command: @2,5 SAY "Hello, what is your name?: " GET w_name to write on the coordinates 2,5 on the screen the phrase Hello, what is... Is it possible to do in GAMBAS? Thanks in advance |