Quantcast
Channel: [Q&A - FAQ Neotys] Last answers
Viewing all articles
Browse latest Browse all 135

String Concatenation & Base 64 Encoding of Concatenated string

$
0
0

You can look at that POST here that contains a project with an example of JS to encode/decode in base64.

You can call your variable extractor value using the "context.variableManager.getValue("myVar")" and the concatenation is straightforward like this:

my value = "foo" + context.variableManager.getValue("myVar") + context.variableManager.getValue("myVar2");

 


Viewing all articles
Browse latest Browse all 135

Trending Articles