Category : Files from Magazines
Archive   : VOL8N11.ZIP
Filename : MAIN.PRG
Output of file : MAIN.PRG contained in archive : VOL8N11.ZIP
* Program MAIN.PRG
.
.
.
* Function ALLTRIM() is user-defined
SCAN
lc_pict = lc_pict + ALLTRIM(LASTNAME) + ','
ENDSCAN
.
.
.
* EOP: MAIN.PRG
* Function ALLTRIM() is a user-defined function
* It removes leading and trailing blanks
FUNCTION ALLTRIM
PARAMETERS lc_string
PRIVATE lc_string
lc_string = LTRIM(RTRIM(lc_string))
RETURN(lc_string)
* EOF: FUNCTION ALLTRIM()
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/