Hi all.
I have text field with mask:
X\XXXX-X
(x are digits), for example - 4\001-1, 4\001-2...
I need find field with text beginning 4\001 and max of last symbol. Last symbol +1, then again convert to text field. For example:
for example 4\001-1, 4\001-2,4\001-3 - must find 4\001-3 , then 3+1=4 and 4\001-4 format again to text.
Please, help me with formatting.
Thank You in advance.
I have text field with mask:
X\XXXX-X
(x are digits), for example - 4\001-1, 4\001-2...
I need find field with text beginning 4\001 and max of last symbol. Last symbol +1, then again convert to text field. For example:
for example 4\001-1, 4\001-2,4\001-3 - must find 4\001-3 , then 3+1=4 and 4\001-4 format again to text.
Please, help me with formatting.
Thank You in advance.