
adccommunitymod (AutomationDirect) asked a question.
How do you make a 2-dimensional array in DMD?
Created Date: July 31,2018
Created By: Ridgeline Mach
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
So, how do you make a 2-dimensional array in DMD?
Created Date: July 31,2018
Created by: Ridgeline Mach
So, how do you make a 2-dimensional array in DMD?
Created Date: July 31,2018
Created by: BobO
Not directly supported currently, but quite easy to create n dimensional arrays using the technique I describe in this thread: https://forum.automationdirect.com/forum/general-applications/do-more-series-plc/116751-did-we-loose-pointer
Created Date: July 31,2018
Created by: Ridgeline Mach
Got it, thanks!