RCBasic_IOS_Interface$( arg$ )
Passes arg$ to the rcbasic_ios_interface() function in the C++ code for your IOS app. The function returns a string.
Example:
Print
"Native IOS function returned "
;
RCBasic_IOS_Interface
(
"Hello World"
)