Question #2205
What will be the output of the following VBA code?<br>Sub test()<br>Dim S AS string<br>S = 'wholehearted'<br>Debug.Print mid(s,6,4)<br>End sub
Explanation
No explanation provided.