Infinitex0 Posted February 9, 2006 Share Posted February 9, 2006 Is there a way to format an inputbox? I want to have a list like this: [1]******** [2]******** [3]******** [4]******** right now I just use space but is there a way to do this without using space. The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center] Link to comment Share on other sites More sharing options...
greenmachine Posted February 9, 2006 Share Posted February 9, 2006 Does this count as not using space? InputBox ("title", "Prompt List" & @CRLF & "[1]********" & @CRLF & "[2]********" & @CRLF & "[3]********" & @CRLF & "[4]********") Link to comment Share on other sites More sharing options...
Infinitex0 Posted February 9, 2006 Author Share Posted February 9, 2006 Thanks, GreenMachine. The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center] Link to comment Share on other sites More sharing options...
greenmachine Posted February 9, 2006 Share Posted February 9, 2006 Glad that works for you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now