How to increment the Variable +1

Hi,

What type is From_2 variable? if String, the following will work.

From_2 = (CInt(From_2.ToString.Trim)+1).ToString

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.