plz help me to know he differences between the following statements
k = Chr(KeyAscii) Like "[0-9.]"
k = Not (Chr(KeyAscii) Like "[0-9 -]")
k = Chr(KeyAscii) Like "[0-9/]"
thank you.
Printable View
plz help me to know he differences between the following statements
k = Chr(KeyAscii) Like "[0-9.]"
k = Not (Chr(KeyAscii) Like "[0-9 -]")
k = Chr(KeyAscii) Like "[0-9/]"
thank you.