Amount in Words#

Converts the amount into words with kopecks.

Amount[Number] The value of the amount.
Conversion Type

Type of conversion.

Possible values:

  • OnlyText - only text, for example, "Ten thousand rubles 67 kopecks";
  • FullText - text with value, for example, "10,000 (Ten thousand) rubles 67 kopecks".
Result[Text] The result with the textual value of the amount.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are processed.

If "Default" is selected, the value of the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value of the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.