{mfselbpr.i "printer" 80} - Select Printer and Batch
{mfphead.i} - Report Header
{mfrtrail.i} - Report trailer
They are include files that are used in reports. The report header(mfphead.i) displays your company name, prog name, page number and menu option. To understand what they do; search...
SORRY.. scratch that post figured it out.. Well if anyone else new like me and jumps to post stuff before reading:blush:.
UNIX(sh script.sh VALUE(v1) VALUE(v2))
How would you pass mult. parameters to a .sh script??? Some code for example..
Progress Code
--------------
def var v1 as char init "Var1".
def var v2 as char init "Var2".
UNIX(sh script.sh v1 v2) /* ??????? Only echos "v1 v2" ???? */
#script.sh
echo $1 $2
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.