IBM
LOT-410 · Question #101
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…
The correct answer is B. Close fileNum%. See the full explanation below for the reasoning.
Question
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?
Exhibit
Options
- AWrite #eof
- BClose fileNum%
- CClose #fileNum%
- DClose fileNum% for Output
How the community answered
(39 responses)- A15% (6)
- B72% (28)
- C8% (3)
- D5% (2)
Community Discussion
No community discussion yet for this question.
