I have the following Dialog:
Dialog>Confirmation1
Caption=Confirmation
Top=197
Width=602
Left=126
Height=180
Label=Your file has been saved under the name & %Filename%,80,48
Button=Ok,264,80,75,25,1
EndDialog>Confirmation1
I would like the file name to appear on the next line. How could I force a new line within the label?
Thank you,
Gaston.
Inserting a CRLF (vbNewLine) in a text string
Moderators: JRL, Dorian (MJT support)
Insert %CRLF% where you want the new line. E.g.:
Label=Your file has been saved under the name %CRLF%%Filename%,80,48
Label=Your file has been saved under the name %CRLF%%Filename%,80,48
MJT Net Support
[email protected]
[email protected]