home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!DKIBMVM1.VNET.IBM.COM!VALOREV
- X-Delivery-Notice: SMTP MAIL FROM does not correspond to sender.
- Message-ID: <REXXLIST%92081310033886@UCF1VM.BITNET>
- Newsgroups: comp.lang.rexx
- Date: Thu, 13 Aug 1992 14:30:54 DST
- Sender: REXX Programming discussion list <REXXLIST@UGA.BITNET>
- From: VALOREV@DKIBMVM1.VNET.IBM.COM
- Subject: SH Backquote
- Comments: To: rexxlist@ucf1vm.cc.ucf.edu
- Lines: 19
-
- I can't exactly figure out by backquote, but i presume that by
-
- now=XdateX
-
- you meen that the variable now is assigned the output of function date, this
- can be accomplished in REXX by
-
- now=date()
-
- This is known as a function call and it can be used to obtain output from:
-
- - REXX Build in functions
- - External functions (Add-on's)
- - Internal & External Subroutines
-
- With Kind Regards
- Victor Valore
- Internet: valorev at dkibmvm1.vnet.ibm.com
- Bitnet: valorev at vnet
-