Hi All
Assuming that I have the following Java class
What is the proper way of calling ReturnString from with a B4A class or a code module
Thanks
iCAB
Assuming that I have the following Java class
B4X:
#if JAVA
public class TestThis{
public String ReturnString( String Value )
{
return Value;
}
}
#end if
What is the proper way of calling ReturnString from with a B4A class or a code module
Thanks
iCAB