Jump to content

Multi-line String to Array__ogtk.vi Icon Flip


Recommended Posts

The icon for user.lib\_OpenG.lib\string\string.llb\Multi-line String to Array__ogtk.vi and ...2__ogtk.vi contain a down arrow, slash, then left arrow. The down arrow represents a new line (or line feed character LF) and the left arrow a carriage return (CR). That the LF is in the upper left and the CR in the lower right implies that its end-of-line (EOL) is an LF followed by a CR. However, a string into it containing LFCR line endings is output with double the number of elements than it should, separate ones for the LF and the CR, such that every other element is an empty string for what it between them. In other words, it requires an EOL as a CR  followed by an LF (CRLF) but the icon advertises LFCR. I happen to know of a hardware manufacturer that outputs LFCR and this VI did not work even thought the icon looked like it would.

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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