What's the right way to CHECK FOR PARSED TEXT in CC?
Below is what was converted automatically from a working XML file.
Below is what was converted automatically from a working XML file.
PHP:
// Checking parsed text
tb = instance.MainTab;
if ((tb.IsVoid) || (tb.IsNull)) return -1;
if (tb.IsBusy) tb.WaitDownloading();
var attribute = tb.PageText;
return 0;