Jump to content

jbabb

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by jbabb

  1. Hi I want to populate a FP tab in a tab control with a sub VI I wrote, and do it programmatically, rather than brute force copying it in there 4 or 8 times, but I always get just one instance of the subpanel. I pull up the position property to make each instance below the previous. I don't think I have 4 just all on top of each other.. Heres the BD and FP: Hmm looks like lavag doesn't allow me to paste screen shots, so I put them in the word doc that's attached Thanks! subpanelQuesstion.doc
  2. Hello and THANKS to all . That was it! I used the regular expression match and one of the patterns posted as well, and it worked the FIRST time. Thanks! Jeff
  3. Hello, Thanks very much to all for your suggestions . And yes Mark Y., I am trying to just extract the version string. I will start trying them out now. J
  4. Hello, I'm trying to parse a version number of format 00.00.00.00 from some telnet traffic. I get several lines of output from telnet when I send it a "version" command. I'm using the match pattern function on the returned lines and among the regex-es I used are: \d\d\.d\d\.d\d\.d\d\ m/([0-9]{2}.){3}[0-9]{2}/ and variants of these, as well as other regex-es. I always get the version string plus the several lines afterward. as though the regex is being ignored. Is there anything about how LV implements regex that quirky , or some issue I should know about? Thanks! J
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.