PL/I CAN 6
From: robin (robin_v_at_bigpond.mapson.com)
Date: 12/30/03
- Next message: robin: "PL/I CAN 8"
- Previous message: robin: "PL/I CAN 1"
- Next in thread: *** Hendrickson: "Re: PL/I CAN 6"
- Reply: *** Hendrickson: "Re: PL/I CAN 6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 06:02:22 GMT
> 6. CANT access substrings without use of functions.
FALSE.
The equivalent PL/I uses the SUBSTR pseudo-variable: --
substr (book(lines,*), 36, 8) = 'page nnn';
> ! -------------------------------
> book(lines,:)(36:43) = 'page nnn' ! center bottom ALL book pages
- Next message: robin: "PL/I CAN 8"
- Previous message: robin: "PL/I CAN 1"
- Next in thread: *** Hendrickson: "Re: PL/I CAN 6"
- Reply: *** Hendrickson: "Re: PL/I CAN 6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]