I have a TextBox that I want the user to be able to input a string consisting of 1-3 letters followed by 1-2 numbers. For example "A1" or "AAA11".
How do I increment this string by 1 so that I can use the new value?
--
How do I increment this string by 1 so that I can use the new value?
--
AA11 + 1 = AA12 or AA111 ??
AA99 + 1 = ?
AA99 + 1 = ?
--
댓글 없음:
댓글 쓰기