home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Magazine 1996 December
/
CD_shareware_12-96.iso
/
DOS
/
Programa
/
AGSPC1B2.ZIP
/
NAMEISI_.PPS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-29
|
269 b
|
13 lines
; Demonstration of the NameIsIn function (library NAMEISIN.LIB)
#ppe
#libpath ..\..\lib
#use nameisin
If (NameIsIn("NAME.LST")) Then
PrintLn "Your name was located in file NAME.LST"
Else
PrintLn "Your name was not located in file NAME.LST"
Endif