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