Skip to main content
This topic has been closed for replies.

1 reply

Participant
March 28, 2012

"If the length of the string is greater than or equal to count, the rightmost count characters of the string" is incorrect when count is zero. Instead, you get coldfusion.runtime.InvalidFunctionArgException: The 2 parameter of the Right function, which is now 0, must be a positive integer. That is not the rightmost 0 characters of a string.