![]() ![]() ![]() |
|
SaveDialog | |
File$ = SaveDialog(Title$, Filename$, Filter$) | |
Parameters: Title$ = Title of dialog Filename$ = Set the name of fileOf File Filter$ = File Type Filter |
|
Returns: File$= The full path & filename of the selected file. If no file was selected, it'll return a NULL string |
|
SaveDialog opens a windows save file dialog. FACTS: * The SaveDialog function returns a NULL string if no file was selected or the user selects cancel. * SaveDialog is not asynchronous, so the PlayBasic application will halt while the dialog is open. |
|
Example Source: LOGIN to Download This Example
|
Related Info: | LoadDialog : |
|
|||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
(c) Copyright 2002 - 2025 - Kevin Picone - PlayBASIC.com |