Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what are the paramters of the openFile of fileIO xtra instance ??

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Can anyone please tell me what are the parameters of the function, openFile, of the fileIO xtra ibject stand for???
Thanks in advance =P
 
hi Hill Cheung
u mean u want to open a outside .txt file right. for that
u can use the following:
set gfile = 0
set gfile = new(xtra "fileio")
openfile gfile, the moviepath &"names1.txt"
setposition gfile, 0
set mycontents = readfile(gfile)
otherwise
type put mmessagelist(xtra "fileio") in the message window u can get all codes related with fileio.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top