home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
DBMS9101.ZIP
/
DESQ_A.JAN
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-11-21
|
306 b
|
14 lines
LISTING A:
* Writing messages to an x,y coordinate using WIN_AtSay():
* Using the Clipper API
winhan = WIN_Me()
WIN_AtSay(winhan, 5,8, "Hello World")
(* Using the Pascal API: *)
winhan = WIN_Me;
(* Now move the cursor *)
WIN_Cursor(WinHan, row, col);
WIN_sWrite(WinHan, 'Hello World' );