home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!mimsy!afterlife!adm!news
- From: S105728@umrvma.umr.edu ( Steve Poulsen)
- Newsgroups: comp.lang.pascal
- Subject: 'value' routine [REPLY]
- Message-ID: <32265@adm.brl.mil>
- Date: 29 Aug 92 14:29:00 GMT
- Sender: news@adm.brl.mil
- Lines: 14
-
- Judging by his procedure, I think he wants to salvage any integer from the
- string starting from the left. If it's too big then return the MAX.
-
-
- '123.456' returns 123
- '123456' returns 65536 [or whatever]
- '12STP' returns 12
- 'STPFL' probably zero.
-
- ======================================== ,--,
- Steven P. Poulsen <S105728@UMRVMA> ,' '--,
- Student of Electrical Engineering ---, ,'
- University of Missouri - Rolla ,','
- ======================================= , '
-