home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ANews 3
/
AnewsCD3.iso
/
DP
/
Programmation
/
PureBasic_Demo
/
Examples
/
Sources
/
String.pb
< prev
next >
Wrap
Text File
|
1999-10-10
|
208b
|
19 lines
;
; String debug file
;
;
;
; Memory Tester Result: 0 bytes lost
; Enforcer results : No Hits
; Picasso96 compatible: Yes
;
;
NPrint(Str(2000))
PrintNum(Asc("Power")) : NPrint("")
NPrint(Chr(169))
End