On 1/3/06, Scott Klement <[EMAIL PROTECTED]> wrote:
>
> > Try this  ...
> >
> > IfsMultIndicators = gethtmlifsmult(
> >   '/' + %trim(sMYDIR1) + '/html/AR1703ifs.html' -
> >   + ' /' + %trim(MYDIR2) + '/html/AR170CommonIFS.html' :
> >   '<as400>')
>
> Did you mean to put both a - on the first line AND a + on the second line?
> I'm guessing that this was a mistake, because it doesn't make any sense to
> me.

I think you are right .. it probably should be:

 IfsMultIndicators = gethtmlifsmult(
    '/' + %trim(sMYDIR1) + '/html/AR1703ifs.html'
    + ' /' + %trim(MYDIR2) + '/html/AR170CommonIFS.html' :
    '<as400>')

My intention was to eliminate the literal string crossing over two lines.

Take care.

--
Tom Jedrzejewicz
[EMAIL PROTECTED]


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to