A admin Administrator Staff member Aug 22, 2008 #1 I am using: var FirstChar = RefNo.slice(0,1); to establish what the first character of the RefNo string is. How can I refer to what's left - all the characters after the first character. Thanks.
I am using: var FirstChar = RefNo.slice(0,1); to establish what the first character of the RefNo string is. How can I refer to what's left - all the characters after the first character. Thanks.