RCBasic_Android_Interface$( arg$ )
Passes arg$ to the rcbasic_android_interface() method in the java code for your android app. The java method returns a string.
Example:
Print
"Java method returned "
;
RCBasic_Android_Interface
(
"Hello World"
)