List of questions
Related questions
Question 113 - Certified Marketing Cloud Developer discussion
A developer wants to expand the functionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates.
Which SSJS statement will retrieve the value of the AMPscript variable named subKey?
A.
Var.Get("subKey");
B.
Variable.GetTValue (''@subKey") ;
C.
Variable.SetValue("subKey", "Value");
D.
Var.Retrieve("@subKey");
Your answer:
0 comments
Sorted by
Leave a comment first