Article ID: 134412
Article Last Modified on 10/11/2006
Comments, Visual
DefBool DefInt DefLng DefCur DefSng DefDbl DefDate DefStr DefObj DefVarDefType statements are used to declare that all variables whose names begin with a certain letter (or letters) are of a certain type. For example, this statement
DefBool Adeclares that all variables whose names begin with the letter "A" or "a" are Boolean variables, unless they are explicitly declared otherwise.
Original platform New platform -------------------------------------- DefBool A DefBool Q DefInt B DefInt R DefLng C DefLng S DefCur D DefCur T DefSng E DefSng U DefDbl F DefDbl V DefDate G DefDate W DefStr H DefStr X DefObj I DefObj Y DefVar J DebVar Z DefBool K DefInt L DefLng M DefCur N DefSng O DefDbl P DefDate Q DefDate A DefStr R DefStr B DefObj S DefObj C DefVar T DefVar D DefBool U DefBool E DefInt V DefInt F DefLng W DefLng G DefCur X DefCur H DefSng Y DefSng I DefDbl Z DefDbl JSome DefType statements are changed to refer to a different letter, while others disappear completely. This may prevent code in your workbook from being executed correctly.
Additional query words: 5.00a 5.00c XL7 XL5 integer long currency single double date string object variant arbitrary arbitrarily copy XL
Keywords: kbbug kbenv kbfix kbprogramming KB134412