AD
Administrator
Syncfusion Team
June 4, 2003 03:01 PM UTC
Currently, the formula engine does not support string functions (and thus, string arguments).
If you need this, then you could write your IF function to understand that your arguments are strings, and just return the string and not try to parse it with GetValueFromArg. Or, your IF function could be smart enough to recognize the quotes and only conditionally call GetValueFromArg if the quotes are not present.
MS
Martin Squicciarini
June 4, 2003 03:44 PM UTC
Clay,
Thanks for the suggestion. Sometimes it takes someone else to look at it. Now I can display blanks.