Adaptive Framework 0.9.0

write

The following is a list of properties for the function write:

PropertyValue
briefWrite values to stream as sting
categorystream
descriptionEvaluate 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>'.
functionIdwrite
functionLabelwrite
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" ]