nerdexam
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

LOT-410 question #101 exhibit

Options

  • AWrite #eof
  • BClose fileNum%
  • CClose #fileNum%
  • DClose fileNum% for Output

How the community answered

(39 responses)
  • A
    15% (6)
  • B
    72% (28)
  • C
    8% (3)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full LOT-410 Practice