keiothic Posted March 3, 2018 Share Posted March 3, 2018 Hi all, First time poster here, but I've noticed that using _arrayDisplay() doesn't appear to work once you build the AutoIt script to an executable. Is that just me or intentional? Is there an alternative method, other than coding my own For loop to get an array outputted? I like the UI that is associated with the output of _arrayDisplay() Thanks! Link to comment Share on other sites More sharing options...
Bilgus Posted March 3, 2018 Share Posted March 3, 2018 I haven't noticed anything like that maybe you should try something like If Not IsArray($aArray) Then Msgbox(0,"","Not Array") just prior to the _ArrayDisplay() call keiothic 1 Link to comment Share on other sites More sharing options...
keiothic Posted March 3, 2018 Author Share Posted March 3, 2018 Thank you for the suggestion. I'll try that. 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