webStaticFileStr Function


str webStaticFileStr(str pagename)

Parameter

Description

pagename

tbd

The following example …

{
    str s;
    ;
 
    s = webStaticFileStr(AXEP);
    print "string for web static file AXEP is " + s;
    pause;
}

Community Additions

ADD
Show: