LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning index Array to values and match with string values

Solved!
Go to solution

@siddhu01 wrote:

Hi Alten 

siddhu01_0-1708406649099.png

i have updated the image above as u can see  the string array Rte_SchM_rt_min has unsigned long [6] which mean each index have seperate values 

 

for example [0] = 0 or any values so i need to implement [0] has 0 values and need to assigned with string array Rte_SchM_rt_MIN 

 

Finally it should be like  Rte_scHm_rt_min[0] =0 

 

this method i need to implement in labview kindly support on this .


This is all still complete gibberish. Maybe you could post your question in your own language and we can use Google translate to read it, hopefully more clearly.

 

An "index" is just an offset into the array, while the "values" is what we find at that offset. Indices are unique. Your image shows "unsigned long", but then you talk about "string" arrays. Makes no sense!

 

If the problem is inexperience with LabVIEW, how would you implement "it" in any other programming language?

0 Kudos
Message 11 of 13
(118 Views)
Solution
Accepted by siddhu01

Something like this?

Assigning index Array to values and match with string values.png

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 12 of 13
(96 Views)

hi altenbech 

the issue has been resolved thank you for the Kind words 🙂 really i am inexperience in LabVIEW but u cannot justify as per your wish  anyways thanks for the support 

0 Kudos
Message 13 of 13
(60 Views)