Merhaba
Label kodunun metnine ulaşmak için bu job örneğini kullanabilirsiniz.
[sourcecode language=”csharp”]
static void retrieveLabel(Args args)
{
Syslabel label = new label(“TR” ); //”En-us”
Str someTxt;
;
someTxt = strFmt( label.extractString( literalStr(“@SYS92165”) ) );
info(someTxt);
}
[/sourcecode]