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 - …
 
A node that converts decimal to a char
INa (decimal) — the description as it should be seen in the docsRST (pulse, default=never) — the descriptionOUT (Char) — the descriptionHi
will “format-number” (xod/core/format-number) not do the job? (It is already built in)
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)
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.