Number Input

This function block allows users to input numerical values directly into the system. It is designed to facilitate various computations and settings that require a number.

πŸ“₯ Inputs

This function block does not have any inputs.

πŸ“€ Outputs

Number The output provides the numeric value entered by the user through the interface.

πŸ•ΉοΈ Controls

Enter a number A text entry field where you can input a number. This input allows for both integer and floating-point values.

🎨 Features

Flexibility in Input Users can enter both whole numbers and decimal values in various formats (using a period or comma as a decimal separator).

Error Handling The block provides informative error messages when an invalid input is detected, ensuring a smooth user experience.

πŸ“ Usage Instructions

  1. Enter a Number: Click on the text field associated with Enter a number and input your desired numeric value.

  2. Evaluate the Block: Run the block to make the input available for downstream processing or calculations.

πŸ“Š Evaluation

Upon evaluation, the entered number becomes available as an output for use in other function blocks or calculations.

πŸ› οΈ Troubleshooting

Invalid Input Error

If you receive an error message stating that the input parsing failed, ensure that you're not including any special characters and that the number is properly formatted.

Number Not Recognized

If the number you entered does not seem to be recognized by the system, verify that you’re using either a decimal point or a comma consistently as your decimal separator.

Last updated