View previous topic :: View next topic |
Author |
Message |
zefrim Beginner
Joined: 29 Jun 2006 Posts: 22 Topics: 19
|
Posted: Thu Feb 21, 2008 8:15 am Post subject: REXX Upper Case and Lower Case |
|
|
Hello Forum participants
I have several problems with 2 Rexx procedures.
The first procedure is as follows:
SRT1:
/ * * REXX /
ADDRESS ISPEXEC
"SELECT CMD (SRT2 NAME (Mailing List))"
Exit
The second rexx:
SRT2:
/ * * REXX /
Arg x
Say x
Exit
Although in the first REXX the field name in small letters is coded,
I get in called Rexx only capital letters.
How can I ensure that I am in the 2.ten REXX also get small letters.
Greetings
Zefrim |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Feb 22, 2008 3:28 am Post subject: |
|
|
semigeezer beat me to it |
|
Back to top |
|
 |
|
|