No Description

DefaultValueBinder.data 310B

1234567891011121314151617181920
  1. NULL, "null"
  2. , "null"
  3. "#NULL!", "e"
  4. FALSE, "b"
  5. TRUE, "b"
  6. "FALSE", "s"
  7. "TRUE", "s"
  8. "", "s"
  9. "ABC", "s"
  10. "123", "n"
  11. 123, "n"
  12. 0.123, "n"
  13. "-123", "n"
  14. "1.23E4", "n"
  15. "-1.23E4", "n"
  16. "1.23E-4", "n"
  17. "000123", "s"
  18. "=123", "f"
  19. "#DIV/0!", "e"