Hello All,
This is a heads up that the documentation in the help file for the closepage() function is not correct. I had not used closepage in a while and reviewing the CPS help, the help document gives this as an example:
{closepage(TRUE)}
returns
Closes the current page and continues with the next page
{closepage(FALSE)}
returns
Returns to the current page
I tried passing a boolean as would be expected and it did not work. The mel trace said it was unexecutable. Really they want a string here. "TRUE" or "FALSE" and it will work fine. Trying to save someone some debugging in the future.
Brad
We actually have that in the VFE documentation 🙂
David,
Thanks for letting me know. I'll check there too in the future for MEL symbols. I've gotten used to looking up MEL related items in the CPS help and editor related items in the VFE help.
Brad
Has anyone notified athena?