On 4 Feb, 12:51, Bruce MacKay <[EMAIL PROTECTED]> wrote:
> The function I'm using is as follows.  Two questions:
> 1. I get an error at the alert - intCurrentRowID is not
> defined.  What is my error here?

ParseInt() returns an integer if the number is at the beginning of the
string, and undefined otherwise.
You should use substr(-1,1) to get the last character of a string.

Reply via email to