Microsoft
MB6-704 · Question #26
You need to replace a value from a specific position of a container Which function should you use?
The correct answer is B. ConPoke. ConPoke modifies a container by replacing one or more of the existing elements. Not A: ConDel removes the specified number of elements from a container.
Develop X++ code
Question
You need to replace a value from a specific position of a container Which function should you use?
Options
- AConDel
- BConPoke
- CConFind
- DConNull
How the community answered
(43 responses)- A2% (1)
- B74% (32)
- C7% (3)
- D16% (7)
Explanation
ConPoke modifies a container by replacing one or more of the existing elements. Not A: ConDel removes the specified number of elements from a container.
Topics
#container functions#ConPoke#built-in functions#data manipulation
Community Discussion
No community discussion yet for this question.