NaN

種類プロパティ(R)
書式 Number.NaN
解説
数値以外(Not a Number)を示します。
サンプルコード
function sampleCode()
{
txtField.data = Number.NaN;
}
sampleCode();
実際のスクリプトをダウンロード