Home > リファレンスガイド > 式エディタ > 関数リスト > UDSGetField

UDSGetField

この関数指定されたUDS変数のフィールド値を返します。.

構文:

UDSGetField (文字 variable name, 文字 locatefieldname, 文字 locatefieldvalue, 文字 fieldname, 文字 udsmodel)

パラメータ:

variable name……UDS変数名

locate field name……位置付けるフィールド名

locate field value……位置付けるフィールド値

field name……値を取得するフィールド名

UDS model……UDSモデル名

戻り値:

フィールドタイプに応じたフィールドデータ

例:

UDSGetField ('F.CustomerList','CustomerID','15','CustomerName','StandardList')

顧客ID = 15のStandardListモデルの F.CustomerList フロー変数の'CustomerNameの値を返します。

関連項目:

UDSClear, UDSDeleteRecord, UDSGet, UDSSet, UDSUpdateField