DexterMorgan Posted April 5, 2008 Posted April 5, 2008 I have a variable and it is equal to a function so this is what it looks like $a = "_func"oÝ÷ Ù8^Vzº'{azÇ+H«Þ¶¬jëh×6$a() Why doesnt this work?? i thought it would but it says "Expected =" Thank you in advanced code
weaponx Posted April 5, 2008 Posted April 5, 2008 In AutoIt you have to use Call() since there aren't variable function names like PHP:http://www.autoitscript.com/autoit3/docs/functions/Call.htm
DexterMorgan Posted April 5, 2008 Author Posted April 5, 2008 (edited) In AutoIt you have to use Call() since there aren't variable function names like PHP:http://www.autoitscript.com/autoit3/docs/functions/Call.htmOhh.. lol thank you it works fine now!(lol probably would have found that by doing a simple search) Edited April 5, 2008 by Nooblet code
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