ph_itcgetdata PowerHome formula function
Description
Returns previously retrieved data in the specified Internet Transfer Control.
Syntax
ph_itcgetdata ( n )
Argument |
Description |
n
|
A number from 1 to 10 representing the ITC you wish to return retrieved data from.
|
Return value
String. Returns the retrieved data as a string if successful. If the specified ITC has not been created, then "*ERROR* - ITC IS NOT VALID" is returned. "*ERROR* - ITC NUMBER OUT OF RANGE" is returned if the specified ITC is outside of the range of 1 to 10. "*ERROR* - ITC IS BUSY" is returned if the ITC is currently busy. "*ERROR* - RUNTIME ERROR" is returned if a runtime error occurs.