zdx Posted September 11, 2018 Share Posted September 11, 2018 Local $mInternal[] ; Declare a Map $mInternal["Internal"] = "AutoIt3" ; Assign an element Local $mContainer[] ; Declare a container Map $mContainer.Bin = $mInternal ; Assign the first Map as an element ; All of these return "AutoIt3" $sString = $mContainer["Bin"]["Internal"] $sString = $mContainer.Bin.Internal $sString = $mContainer["Bin"].Internal $sString = $mContainer.Bin["Internal"] AutoIt3 v3.3.14.5 Compile information: ==> Variable subscript badly formatted.: Local $mInternal[] Local $mInternal[^ ERROR >Exit code: 1 Time: 0.1322 Link to comment Share on other sites More sharing options...
iamtheky Posted September 11, 2018 Share Posted September 11, 2018 run it with the Beta ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted September 12, 2018 Moderators Share Posted September 12, 2018 @zdx we are very happy you like @iamtheky's solution, but please don't use the Report button to say thank you. iamtheky 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
iamtheky Posted September 12, 2018 Share Posted September 12, 2018 me getting reported for good things has to be a nice change of pace for yall ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) 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