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
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?
A. Write #eof
B. Close fileNum%
C. Close #fileNum%
D. Close fileNum% for Output
A. Write #eof
B. Close fileNum%
C. Close #fileNum%
D. Close fileNum% for Output