From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String storage

Solved!
Go to solution

I am trying to determine where a string (constant?) is used. I used slickEdit to search the whole directory but it found nothing. Are strings stored as something other than standard ASCII codes?

 

thanks,

 

jvh 

0 Kudos
Message 1 of 4
(2,376 Views)
Solution
Accepted by topic author jvh75021
If you want to find a particular string in a VI or hierarchy, you should use Edit>Find and Replace.
0 Kudos
Message 2 of 4
(2,368 Views)

An addition to Dennis' answer:

LV is using zip compression for it's saving routines... But you can still try to find some strings in the files Smiley Wink

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 4
(2,348 Views)

And some more background:

 

LabVIEW 8 started storing the block diagram compressed

LabVIEW 8.5 (or 8.6) started storing the Front Panel compressed

I think that only the VI description is still saved 'as is'

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 4
(2,329 Views)