Developer Function: Server Script: context.ResponseSet
## Overview
Store information in a form using "「Server Script」". Same as when 'Set' is specified in the method parameter of "context.Addresponse".
## Syntax
```
context.ResponseSet(target,value)
```
## Parameter
|Parameter|Type|Overview|
|:--|:--|:--|
|Target|String|Specify the ID of the target element. |
|Value|Object|Specify the element or value. |
## Return Value
There is no return value.
## Usage Example
In the following example, the following information is stored in the form ($p.data.MainForm):
【Information to store】
・Column: NumA Column
・Value: 123
```
context.ResponseSet('NumA',123);
// Same result as below.
// context.AddResponse('Set', 'NumA',123);
```
## Related Information
<div id="ManualList">
<article class="s-blog_list_unit"><h2>
<h2>The specified information was not found.</h2>
<p><a href="/ja/manual">Return to top</a></p>
</article>
</div><input id="SearchTextHidden" type="hidden" value="" />