Wish static contestants appear as drop down list

le_toubib

Active Member
Licensed User
Longtime User
Example :
dim x as Boolean
x = true
Typing a space after the equal sign would show a drop down list containing the expected values of x I.e : True and false.
so any known expected values for any variable would appear in a choice list
 
Top