Hi, I'm looking for working example (or some sort of tutorial) of BSH Expression. I'm trying to use it but without success. I tried to put simple function:
Object getValue()
{
String str = "test";
return str;
}
But it doesn't work in my environment.
Can you advise me what should I do?
Object getValue()
{
String str = "test";
return str;
}
But it doesn't work in my environment.
Can you advise me what should I do?