On Saturday, April 14, 2018 at 3:25:56 PM UTC-6, Alfred Singlestone wrote:
One thing I didn't know: The -a flag will break the arguments up. Unfortunately, if a single argument consists of more than one word, it gets broken up into multiple arguments. For example, arguments for "inlist('a', 'a b c')" are received as if the
call was "inlist('a', 'a', 'b', 'c')".
Is there a way to make it work consistently regardless of the directory you're in?
I put all my rexx routines in a directory in Dropbox that all users access when they log in by putting it in their path. I my case I put an export statement in /home/user/.kde/env/path.sh. Here is the export statement:
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:"$HOME"/Dropbox/shared_rcss_complex:/usr/local/share/rcss"
In a terminal session "echo $PATH" shows:
usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rob/Dropbox/shared_rcss_complex:/usr/local/share/rcss:/home/rob/bin:/home/rob/sdk/android-sdk-linux/tools:/home/rob/sdk/android-sdk-linux/platform-tools
Works for me. Hope this helps.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)