I have this code and it is comming back with an error

fla$ = "c:\reports\weekly.rpt"
open fla$ of input as #1
width #1, 140
print #1,"weekly report"
close #1

i am getting an error message on the width line

can you please help

thanks

dave