Caption = "You can then replace the %1 and %2 at run-time using the PSMInsertVariable function of the module PSMMM.BAS."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 450
Index = 5
Left = 120
TabIndex = 7
Top = 2310
Width = 4560
End
Begin Label Label2
Caption = "The file %1 will be copied in the directory %2."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00C00000&
Height = 210
Index = 4
Left = 105
TabIndex = 6
Top = 1890
Width = 4545
End
Begin Label Label2
Caption = "The variables X and Y are know only at run-time. However you don't need to write three strings. Instead, you can use the following notation :"
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 615
Index = 3
Left = 105
TabIndex = 5
Top = 1245
Width = 4545
End
Begin Label Label2
Caption = "The file X will be copied in the directory Y."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00C00000&
Height = 210
Index = 2
Left = 105
TabIndex = 4
Top = 960
Width = 3930
End
Begin Label Label2
Caption = "For example, you have to write the followin text in a dialog box of an installation program :"
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 420
Index = 1
Left = 105
TabIndex = 3
Top = 525
Width = 4530
End
Begin Label Label2
Caption = "This example shows how you can create generic sentences."