PrintValidationMessages (open)
Prints (colored) validation errors and warnings to the console
Syntax
LOADLIB "mod::system/lib/validation.whlib";
MACRO PrintValidationMessages(RECORD file)Parameters
RECORD fileWarnings and errors
RECORD ARRAY errorsList of errors
INTEGER errors.colColumn number
INTEGER errors.lineLine number
STRING errors.messageError message
STRING errors.resourcenameResource name
RECORD ARRAY warningsList of warnings
INTEGER warnings.colColumn number
INTEGER warnings.lineLine number
STRING warnings.messageWarning message
STRING warnings.resourcenameResource name