Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8944

Re: HCI Custom functions using Groovy Script

$
0
0

When you change to String[] Text, did you also change your logic below since Text is no longer a string but an array.

 

String a = Text.join(",")

 

Can you try to change it to just a simple logic that is correct Java/Groovy syntax, i.e.

 

String a = "test";


Viewing all articles
Browse latest Browse all 8944

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>