The "Open" statement

C

carl0s66

I'm struggling with the syntax of the open statement, the helpfile
states it as

-Open pathname For mode [Access access] [lock] As [#]filenumber
[Len=reclength]-

I know this makes me look thick but I've tried various things that have
all failed, can someone give me an example of how this would look for a
file named "carrier" that I wanted to input to as the mode?
 
Top