The SUBSTITUTE function has an optional argument that enables you to replace the third occurrence of a string

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

A technician who is working with a junior member of the team is called away for another issue. The junior technician orders an SC 80/125 fiber cable instead of an ST 80/125. Which of the following will MOST likely be an issue with the new cable?

A. Wavelength mismatch B. Distance limitations C. Connector mismatch D. Attenuation/Db loss

Computer Science & Information Technology

A C programmer should not use an expression like the one that follows because ______.

n = i + x * ++i; a. the expression may produce different results on different ANSI C compilers b. it is illegal to have two consecutive operators c. the ++ operator cannot be used in combination with other arithmetic operators d. the increment operator cannot be used in the same expression as the addition operator e. none of the above

Computer Science & Information Technology