resourceStr Function


str resourceStr(str resourcename)

Parameter

Description

resourcename

tbd

{
    print "Str for resource StyleSheet_Help_Axapta is " 
        + resourceStr(StyleSheet_Help_Axapta);
    pause;
}

Community Additions

ADD
Show: