Initializing help system before first use

XSLPvalidformula

XSLPvalidformula


Purpose
Check a formula in internal (parsed or unparsed) format for unknown tokens
Synopsis
int XPRS_CC XSLPvalidformula(int *inType, double *inValue, int *nToken, char *Name, char *StringTable);
Arguments
inType 
Array of token types providing the formula.
inValue 
Array of values corresponding to the types in inType
nToken 
Number of the first invalid token in the formula. A value of zero means that the formula is valid. May be NULL if not required.
Name 
Character buffer to hold the name of the first invalid token. May be NULL if not required.
StringTable 
Character buffer holding the names of the unidentified tokens (this can be created by XSLPpreparseformula).
Related topics