Check Dictionary Key Exists
キーが存在するかどうか('True'/'False')を保存します。
辞書CheckDictionaryKeyExists
概要
キーが存在するかどうか('True'/'False')を保存します。
Store whether a key exists ('True'/'False').
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Dictionary name | variable | 必須 | Name of the dictionary variable. 例: config | |
| Key | string | 必須 | 例: name 変数に対応 | |
| Store result in | variable | 必須 | 例: exists |