LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Split a String into two Separate String

Solved!
Go to solution

If you don't like to concatenate strings/arrays, here's a more in-place solution:

 

altenbach_0-1688757185286.png

 

Message 11 of 13
(253 Views)

Hi thank you and sorry for not uploading the VI and for the code being weirdly set up. I have to weirdly encrypt the text so that "desk" is changed to "skede" and that's what I was able to come up with code wise XD.

0 Kudos
Message 12 of 13
(254 Views)

Hi Roni,

 


@RoniWonders wrote:

I have to weirdly encrypt the text so that "desk" is changed to "skede" and that's what I was able to come up with code wise XD.


Then why do you need to start a second thread for the same problem? You already got several solutions in your first thread!

And why do you need to convert ASCII data to hex-formatted strings just to "encrypt" your strings in a weird way???

 

(Please don't call it "encryption" - that's something completely different! What you are trying is considered "obfuscation"…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 13 of 13
(246 Views)