Lazycat Posted January 10, 2007 Posted January 10, 2007 bearcav said: Simple post processing by search and replace would do the trick. in text fields use *$myvar*, this includes combo lists and default text.<...>all => "* <= get removed as well as all => *" <=close to the top of my form I keep a list of variables I am using as I work with the koda form.If I'm understand problem correct, Koda support this feature natively. You can use substitution like %MY_VAR% in the text and enable "Expand %var% variables" option when generating code. In result code %MY_VAR% will be correctly replaced by $MY_VAR. %EXPVARINITCODE% is placeholder for initialization of those expanded variables. So for example above, in result will be generated:Dim $MY_VAROf course, you can remove this from template and declare variables youself.And finally don't forget, that now Koda have "Update script" function, that did the Kodawrapper's job. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s])
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