Originally posted by Daskalos
and if I wnat to add A to P


thanks

VB Code:
  1. For X = Asc("A") To Asc("P")
  2.    List1.AddItem Chr(X)
  3. Next