Subject not found.
1.

Why To Use Option Explicit In Vb Script?

Answer»

If we DECLARE variables with some values and while USING if we use (spell MISTAKE) then USER can’t KNOW

‘ putting option explicit is useful there ‘ Example starts here option explicit dim abcd abcd=20 msgbox abcd dim bcde bcde=30 msgbox bcdef

If we declare variables with some values and while using if we use (spell mistake) then user can’t know



Discussion

No Comment Found