ARexx (40/41)

From:Rolf Max Rotvel
Date:21 Aug 2000 at 01:52:55
Subject:Re: 42: Unbalanced parentheses (not!)

Hi Andreas Mixich. You wrote:

I figured it out :-)

> decoder = "CALL '"||'rexx:Converter/'||intype||'.decode''' '("'||infile||'","'||tmpdir||'")'

decoder = 'call "rexx:Converter/'intype'.decode" ""("'infile'", "'tmpdir'")""'

The comma means 'this string continues on the next line' and this
makes INTERPRET think a brace is missing. So you must make sure that
the argument passed to .decode is a string and the double quotes takes
care of that.

Regards



Rolf

ARexx mailing list - No flames, no overquoting, no crossposting. Unsubscribe: Blank mail to mailto:arexx-unsubscribe@onelist.com