Which of the following is not a valid lookup function?
A. HLOOKUP
B. VLOOKUP
C. LLOOKUP
D. LOOKUP
Answer: C
You might also like to view...
Modify and print the DEPARTMENT NAME element. Create an alias of STAFF DEPARTMENT NAME. In the Notes area, enter the following comment:
Table of codes: Department Table. The type should be Character, the length 25, and the picture X(25).
The Pan & Zoom option can only be used when which of the following conditions is met?
A. The image is smaller than the frame it will display in B. The image is larger than the frame it will display in C. The image is not locked D. The image is in an object state
Which of the following terms refers to the reappearance of bugs previously cleared in your code?
a. defenestration b. regression c. Q/A d. prototyping
To search for a period (.) in a string called strTest, call method
a) String.Search( strTest, "." ) b)String.IndexOf( strTest, "." ) c) strTest.IndexOf( "." ) d) strTest.Search( "." )