Page 1 of 1

Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and repl

Posted: Fri Aug 26, 2022 9:57 am
by answerhappygod
Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and replace them with a different string value. The following code snippet has a statement missing after the last line. What statement will Charles append to the snippet to complete the code?
Charles Is Usin 1
Charles Is Usin 1 (3.41 KiB) Viewed 76 times
A. Write #eof
B. Close fileNum%
C. Close #fileNum%
D. Close fileNum% for Output