Cari Blog Ini

21 Maret 2012

Immediate in Debugging

Applies To:
Microsoft Visual Basic 6

How to show the current value when debugging:
* Active in window "Immediate"
* Type "?" then combine with parameter that want to check the value, example "db_user"
* Then press Enter

Results:
?db_user
TEST