You need to force the space between the file path/names.  Using line continuation (-) in the middle of a literal usually gives unpredictable results.  I generally avoid it, for just this reason.

Try this  ...

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


Or this  ...

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


I like the first for readability.

Happy New Year ...

On 12/30/05, itpweb1 <[EMAIL PROTECTED] > wrote:
Is it possible to substitute values in gethtmlifsmult with parameters?

Something like this -

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

but I was getting stuck on the syntax.





------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/wbFolB/TM
--------------------------------------------------------------------~->


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/






--
Tom Jedrzejewicz
[EMAIL PROTECTED]

YAHOO! GROUPS LINKS




Reply via email to