Software Archive
Read-only legacy content
17061 Discussions

passing files to a function.....

Intel_C_Intel
Employee
333 Views
Hi Friends,
How to pass the content of a file as an input parameter to a function and after processing I would like the same file returned from the function.
I will be glad if I will get any suggestion from anbody.

Regards,
Tripathy
0 Kudos
1 Reply
durisinm
Novice
333 Views
Passing a file's contents would depend greatly on what the contents were. I think that you want to pass the file's name as a character variable and its unit number as an integer variable to be used in an OPEN statement.

Mike
0 Kudos
Reply