scenario:
im working on a periodic table of elements with buttons for each element-done
next step. textbox + chemistry formulas = grams to mole conversions/ moles to L/ moles to molecules.
the problem I'm having is dimming the chemicals Arsenic(As) and Indium(In) i need to dim these as integers = to their atomic mass G/Moles. but i am not able to Dim them because they are highlighted in blue and the help tip comes up as "keyword is not a valid identifier" is there anyway i can tell VB to not use "In" and "As" how it normally does and use it for integer values?
please get back at me with any related help. thanks!
-negus
im working on a periodic table of elements with buttons for each element-done
next step. textbox + chemistry formulas = grams to mole conversions/ moles to L/ moles to molecules.
the problem I'm having is dimming the chemicals Arsenic(As) and Indium(In) i need to dim these as integers = to their atomic mass G/Moles. but i am not able to Dim them because they are highlighted in blue and the help tip comes up as "keyword is not a valid identifier" is there anyway i can tell VB to not use "In" and "As" how it normally does and use it for integer values?
please get back at me with any related help. thanks!
-negus
Comment