EditFieldInquire FUNCTION Action Returns the string associated with the specified edit field. Syntax variablename$ = EditFieldInquire(handle%) Remarks Use EditFieldInquire when you need to return the edit string associated with a particular edit field. The EditFieldInquire procedure uses the following arguments. variablename$ ------------- Any BASIC variable name, including the name of a record variable or record element. handle% ------- An integer that indicates the number of the edit field whose edit string is requested. This can be any number between 1 and the value declared in the constant MAXEDITFIELD, inclusive. See Also. EditFieldOpen Example See the DemoDialog procedure in the code example UIDEMO.BAS for a specific implementation. Argument Description