SV
Hello Team,
Can anyone please help me, While trying to execute the below code I am getting "output object Exception: null'
var l_dec = oObjects[def].Attribute(Constants.AT_DESC, g_nLoc).getHTMLFormattedValue().getHTML();
l_oOutFile.OutputFormattedText (l_dec);
May i know Is there any limit i.e,(String length) for OutputFormattedtext(String p_sHTMLTextString) function ? If yes what is the maximum length of string?