Wednesday, June 17, 2020

Get error message from exception to read line by line

            int currentLine;
            str retValue;
            int _startLine = 1;
            boolean _clearInfo = true;
         
            for(currentLine = _startLine; currentLine <= infolog.line(); currentLine ++)
            {
                retValue += '\n' + infolog.text(currentLine);
            }
            if(_clearInfo)
            {
             infolog.clear(_startLine -1);
            }

No comments:

Post a Comment

TFS Work space configuration

Refer below link:  https://d365byjp.blogspot.com/2018/10/steps-to-configure-tfsvsts-workspace-in.html