GetValue

Overview 

Returns the value from the specified AMPscript variable in the current script context

Syntax 

GetValue(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAMPscript variable from which to return the value

Example 

1<script runat=server>
2     var example = Platform.Variable.GetValue('@AMPscriptValue');
3</script>