See Also
Printy GUI Namespace
Errors.errMsgFormat Field
C++
public: string errMsgFormat = "-- line {0} col {1}: {2}";
C#
public string errMsgFormat = "-- line {0} col {1}: {2}";
Visual Basic
Public errMsgFormat As string = "-- line {0} col {1}: {2}"
Remarks

0=line, 1=column, 2=text

See Also
Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2005. All rights reserved.