webWebpartStr Function


str webWebpartStr(str resourcename)

Parameter

Description

resourcename

tbd

{
    str s;
    ;
 
    s = webWebpartStr(AxWebParts_cab);
    print "string for web part AxWebParts_cab is " + s;
    pause;
}

Community Additions

ADD
Show: