MrMiller
Aerospace
- Jan 30, 2004
- 54
Is it possible to change the font size and use the print# command. Below you can sort of see what I want to do but it will not work. What is the proper method to achieve this?
Open FileName For Append Access Write Lock Write As #1
Font.Size = 16
Print #1, "Print Line 1 at font size 16"
Font.Size = 10
Print #1, "Print Line 2 at font size 10"
Close #1
Open FileName For Append Access Write Lock Write As #1
Font.Size = 16
Print #1, "Print Line 1 at font size 16"
Font.Size = 10
Print #1, "Print Line 2 at font size 10"
Close #1