webReportStr Function


str webReportStr(str name)

Parameter

Description

name

tbd

{
    str s;
    ;
    s = webReportStr(EPCSSSalesConfirm);
    print "String for web report EPCSSalesConfirm is " + s;
    pause;
}

Community Additions

ADD
Show: