Sender returning control name

derez

Expert
Licensed User
Longtime User
Erel

I have found that when using Sender in "select" I have to write the case with lower case letters , otherwise it does not recognize the name, example:

...
AddEvent ( "LbToKg", Click, "all_conversions")
....
Select Sender
Case "lbtokg"
If Arc_color = 0 Then Disp = 0.4536 * Disp Else Disp = 2.2046 * Disp
...


did I miss something or it is a bug ?
 

derez

Expert
Licensed User
Longtime User
Sender

Thanks Erel

please look at my other problem with the textbox
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…