cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
493
Views
6
Helpful
4
Replies

CRA Script string operation

daemon_sid
Level 1
Level 1

Can,t concatenate strings together, have three string entered by caller(GetDigitString) and do set

variable = digits1.concat(digits2).concat(digits3)

validate succesfull

nothing happens

debug said java extensions are not licensed to support method invocations

what can i do to concat strings in my scripts ?

4 Replies 4

sferland
Level 1
Level 1

You can use the + operator for the concatenation.

variable = digits1 + digits2 + digits3

Hope that help !

Hi, thanks for answer.

I try + operator first, then try concate form expression variable in ScriptEditor and nothing works, may be problem is in license ? We have IPCC Express, may be need IPCC Enterprise?

Try to concatenate two simple numbers and see what happens, I don't think you need express premium to accomplish this.

david

Hi, i found problem it was not in concate but in

GetDigit. Thanks for answers.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: