Allow variable type Number to be cast to String
ncaycedo opened this issue ยท 1 comments
Issue type:
- ๐ Bug
- โ Feature request
Short description:
In order to manipulate numbers and format them or make them more legible, one must be able to use them as strings.
Expected behaviour:
The Name operator (toString) should cast variables of type Number to String.
Actual behaviour:
The Logical Programmer states:
"The operator name received an input with the type Number at position 1 while the type To String was expected."
Steps to reproduce the problem:
- Make a Variable of type Number.
- Try to pass it as an argument to the Name Operator.
Versions:
- This mod: 0.10.0
- CyclopsCore: 0.11.0
- Minecraft: 1.12.2
- Forge: 14.23.1.2583
Log file:
There's nothing relevant in the log file.