LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to divide a long number into two and put them into two different column of excel

I need divide a long string number like:"12345678" into two "1234" &"5678" ,which can be disply in the two different waveform and write them into the same two different column at same time ,may I knidly know how should I do it?Thanks
0 Kudos
Message 1 of 3
(2,312 Views)
the following is the attacheed example
0 Kudos
Message 2 of 3
(2,311 Views)

Hi John,

 

when it's a string then use "Split string"...

When it's a number you may use quotient&remainder.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,301 Views)