bundyxc Posted January 4, 2009 Posted January 4, 2009 Is there a way to prompt a user for a variable? There are no msgBoxes for this... how do you do it? Global $arr[2] $arr[0]="hip" $arr[1]="hip" ;^^ hip hip array. ^^
goldenix Posted January 4, 2009 Posted January 4, 2009 create GUI+ inputbox in it. use KODA designer, hide it, when needed show it. or use Inputbox function. My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
clarinetmeister Posted January 4, 2009 Posted January 4, 2009 Do you mean asking the user for the name of a variable to use? If so, use Eval.
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