Xbasic
UI_PROMPT_NEW_SET Function
Syntax
Set_Name as C = ui_prompt_new_set([C default_name [,L warn ]])
Arguments
- Set_Name
The name of the new set.
- default_name
The default name to place into the Specify Set Name dialog box.
- warn
Not used.
Description
The UI_PROMPT_NEW_SET() function displays the Specify Set Name dialog box, then returns the fully qualified name of the new set.
Example
? ui_prompt_new_set() = "C:\Databases\Expressions Test\test_set.set"
Limitations
Desktop applications only.
See Also