let setData use double values instead of strings.
this allows for storing value set with setData which can then be used in the cgi module to retrieve the last value set.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</inputPorts>
|
||||
|
||||
<outputPorts>
|
||||
<outputPort name="output" dataType="string" />
|
||||
<outputPort name="output" dataType="double" />
|
||||
</outputPorts>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user