Jump to content

Formula node question


Recommended Posts

If you really want to do this using the formula node, you can try declaring the output as a U8 array and using that as the string. To easily convert the string, you can use the String to Byte Array primitive and either use that as an input or as a constant inside the formula node. You can then use Byte Array to String on the output to convert it.

Of course, I don't think the formula node is able to do something like printf anyway, so you will be doing a considerable part of the code outside the formula node.

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.