[I want a node] Convert decimal to Char

node-name

A node that converts decimal to a char

Inputs

  • INa (decimal) — the description as it should be seen in the docs
  • RST (pulse, default=never) — the description

Outputs

  • OUT (Char) — the description

1 Like

Hi
will “format-number” (xod/core/format-number) not do the job? (It is already built in)

1 Like

My guess would be they are looking for the character associated with ASCII value of INa, which I think would just be OUT = sprintf("%c", INa) (using appropriate syntax for pin values)

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.