Method call:
![]()
Method:
As I see parameter lists are correct and type of variables too.
String parts = detachedTXT.split(“__”);
String detachedTXT1 = parts[0];
String detachedTXT2 = parts[1];
Method call:
![]()
Method:
As I see parameter lists are correct and type of variables too.
String parts = detachedTXT.split(“__”);
String detachedTXT1 = parts[0];
String detachedTXT2 = parts[1];