home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a066
/
1.img
/
ASKYN.PRG
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-03-20
|
201 b
|
10 lines
// askyn.prg
// tbd: special color for this window?
function AskYN(cMsg)
local hWin := winMsg('\n' + cMsg + ' (Y/N)? \n')
return lower(chr(hWin:killOn('YyNn'))) == 'y'
// eof askyn.prg