/*******************************************************************************
	Message file for errors in scripting modules such as indexh and mtblhand

	compile using msgc.exe compiler

	 Copyright 2005 Peter Koller, Maison Anglais. All Rights Reserved.
*******************************************************************************/
ERR00000 = "no error";
ERR00001 = "insufficient number of arguments";
ERR00002 = "missing assignment";
ERR00003 = "expression at eof";
ERR00004 = "argument at eof";
ERR00005 = "text string at eof";
ERR00006 = "out of memory";
ERR00007 = "command terminator missing";
ERR00008 = "comment at eof";
ERR00009 = "quotes at eof";
ERR00010 = "script interrupted by user";
ERR00011 = "command syntax error";
ERR00012 = "mathematical expression at eof";
ERR00013 = "expected value or unary expression";
ERR00014 = "expected two part expression";
ERR00015 = "missing expression";
ERR00016 = "expected a value to follow unary";
ERR00017 = "expression syntax error";
ERR00018 = "divide by zero";
ERR00019 = "assignment not allowed, try '=='";
ERR00020 = "cannot find any parameters";
ERR00021 = "argument cannot be a string";
ERR00022 = "argument cannot be a range";
ERR00023 = "command not found";
ERR00024 = "recursion limit reached";
MLIB0001 = "MATHLIB:Argument domain error";
MLIB0002 = "MATHLIB:Overflow range error";
MLIB0003 = "MATHLIB:Underflow range error";
MLIB0004 = "MATHLIB:Total loss of significance";
MLIB0005 = "MATHLIB:Partial loss of significance";
MLIB0006 = "MATHLIB:Argument singularity";
