To extract ‘PUT’ from the word ‘COMPUTER’ you would use the function (this is MS...

H3R0 o- B

New member
To extract ‘PUT’ from the word ‘COMPUTER’ you would use the function (this is MS...

...office question)? Choice a
MID$(“COMPUTER”,3,3)
Choice b
MID$(“COMPUTER”,4,3)
Choice c
LEFT$(“COMPUTER”,3)
Choice d
RIGHT$(“COMPUTER”,4
 
Back
Top