@@ -29,7 +29,7 @@ Example:
2929answer file (field "Prompt") with type "LiveCode Stacks|rev|RSTK"
3030
3131Example:
32- answer files "Select the images you wish to view:" with type "JPEG Images|jpg|JPEG" \
32+ answer files "Select the images you wish to view:" with type "JPEG Images|jpg|JPEG"
3333
3434Parameters:
3535prompt (string):
@@ -54,8 +54,8 @@ have a title bar.)
5454It:
5555The absolute file path of the file the user chose is placed in the it
5656<variable>. If the answer files form is used, a return-delimited list of
57- such paths is placed in the it variable. If the user cancels the <dialog
58- box|dialog>, the <it> <variable> is set to empty.
57+ such paths is placed in the it variable. If the user cancels the
58+ <dialog box|dialog>, the <it> <variable> is set to empty.
5959
6060The result:
6161If <types> are specified, the result function will return the tag of the
@@ -65,11 +65,11 @@ Description:
6565Use the <answer file> command when a <handler> needs the <file path> of
6666a <file> before continuing.
6767
68- The dialog box displayed is the same one most programs use for the
68+ The < dialog box> displayed is the same one most programs use for the
6969"Open" command in the File menu.
7070
7171>*Important:* The <answer file> <command> does not open the <file>. It
72- > only displays the dialog box and retrieves the path to the file the
72+ > only displays the < dialog box> and retrieves the path to the file the
7373> user specifies.
7474
7575If more than one type is specified, a drop-down list containing the tags
@@ -78,15 +78,15 @@ display. (This list is always displayed on Windows systems).
7878
7979If the as sheet form is used, the dialog box appears as a sheet on OS X
8080systems. On other systems, the as sheet form has no effect and the
81- dialog box appears normally. Attempting to open a sheet from within
81+ < dialog box> appears normally. Attempting to open a sheet from within
8282another sheet displays the second stack as a <modal dialog box> instead.
83- To give a dialog box a prompt when using the as sheet form a non-empty
83+ To give a < dialog box> a prompt when using the as sheet form a non-empty
8484title must be provided. This will cause the prompt to appear in the same
8585place it would if as sheet was not being used.
8686
8787If the systemFileSelector <property> is set to false, LiveCode's
88- built-in <dialog box> is used instead of the operating system's <file
89- dialog box|standard file dialog>.
88+ built-in <dialog box> is used instead of the operating system's
89+ <file dialog box|standard file dialog>.
9090
9191Changes:
9292The answer file ... with type ... form was introduced in version 2.6.
0 commit comments