I am new to Autoit, and I have created a GUI form that users will enter a project number and Project name into a input box. The program will then create a directory on our file servers based on the information in the forms. I want to create an input mask I can control the information entered.
Here is how I would like each box's data to look.
Project # 12-1234-00. - I want the - to always appear in the third and 8 spot. The user would only have to typew 12123400, and the information would automatically format itself.,
Project Name - I just need an input to replace any spaces with an underscore.
Any help that someone could provide would be great.
Thanks...