Jump to content

Waveform to array of VData


Recommended Posts

Uh...variant to data the primitive that turns a variant into the data type you want, if you know the data type, which it sounds like you do.  The OpenG stuff is most convenient if you don't know what you data type is.  This is most common on APIs that are made to be more generic and detect multiple data types and act on them differently, or for things like message communication APIs when the payload can be anything.  Oh and if you have a cluster and want to turn it into an array of variants you can use the variant to data here too, telling it to convert into an array of variants.  Post your actual data types so we can help more.

 

EDIT:  Maybe something like this?

 

post-6627-0-38685300-1452173506.png

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.