Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
Search instead forÂ
Did you mean:Â
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
Dumb question: 2D Array?
Dumb question: 2D Array?
Natalia
Member
‎10-17-2002
05:36 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I'm a total newbie...so brace yourselves!
🙂
I see that I can take an array container and dump a string in it in
order to make a 1D array of strings. So, how do I make a 2D array.
Thanks in advance...
-- N
0
Kudos
Message
1
of 4
(2,999 Views)
Reply
Re: Dumb question: 2D Array?
Leonid Frenkel
Member
‎10-17-2002
05:57 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Borland C++ 5 Builder (for example)
DynamicArray
>
0
Kudos
Message
2
of 4
(2,999 Views)
Reply
Re: Dumb question: 2D Array?
Underflow
Active Participant
‎10-17-2002
06:19 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
In LabVIEW, you can add dimensions several ways. The two that I most commonly use:
-Right click on the array and select Add Dimension
-On the diagram, feed the 1D array wire into a Build Array function, which will increase it to a 2D array.
0
Kudos
Message
3
of 4
(2,999 Views)
Reply
Re: Dumb question: 2D Array?
aderogba
Active Participant
‎10-17-2002
07:25 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
You can also use Initialize Array function.
0
Kudos
Message
4
of 4
(2,999 Views)
Reply
All Forum Topics
Previous Topic
Next Topic