====== LINT_TO_STRING ====== {{:en:mervis-ide:35-help:lint_to_string.png}} ===== Function name ===== LINT_TO_STRING ===== ST call ===== PROGRAM LINT_TO_STRING_DEMO VAR STRING1: STRING; LINT1: LINT; END_VAR STRING1:=LINT_TO_STRING(LINT1); END_PROGRAM ===== Description ===== Function converts the input numerical value to a string.\\ ===== Inputs ===== |Input|Type |Description| |IN |ANY_LINT|Input value| ===== Outputs ===== |Output|Type |Description | |=> |ANY_STRING|Output value - converted to a string| ===== Application example ===== {{:en:mervis-ide:35-help:lint_to_string_example.png}}