write
The following is a list of properties for the function write
:
Property | Value |
---|---|
brief | Write values to stream as sting |
category | stream |
description | Evaluate and convert 0 or more values to its string value, then write them to stream. An value with an undefined value is represented by '<undefined>'. |
functionId | write |
functionLabel | write |
parameters | [ { "brief": "Stream number", "dataType": "integer", "description": "The streamNumber for the stream to write.", "name": "streamNumber" }, { "dataType": "any", "description": "Values to write as their string value.", "minArgs": 0, "name": "value" } ] |
returns | { "dataType": "null" } |
sideEffects | [ "Values written" ] |