home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / b / b430 / 1.ddi / UTILS / INTERNAT / STARTUP.SCP < prev   
Encoding:
Text File  |  1990-06-15  |  1.3 KB  |  35 lines

  1. repaint off
  2. argument separator ","
  3. command separator ";"
  4. decimal
  5. thousands
  6. before currency
  7. after currency
  8. negative
  9. date input format
  10. date 4 format
  11. date 5 format
  12.  
  13. add submenu "format number" command "format *" with 14 items
  14.     add menuitem "Fixed"        type 23
  15.     add menuitem "Currency"     type 24
  16.     add menuitem "Percent"         type 25
  17.     add menuitem "Scientific"    type 26
  18.     add menuitem "General"        type 22
  19.     add menuitem "D-Mon-YY"        type 27 command "format date 1"
  20.     add menuitem "D-Mon"        type 28 command "format date 2"
  21.     add menuitem "Mon-YY"        type 29 command "format date 3"
  22.     add menuitem "datestr1"        type 30 command "format date 4"
  23.     add menuitem "datestr2"         type 31 command "format date 5"
  24.     add menuitem "HR:MN:SC AM"    type 32 command "format time 1"
  25.     add menuitem "HR:MN AM"        type 33 command "format time 2"
  26.     add menuitem "HH:MN:SC"        type 34 command "format time 3"
  27.     add menuitem "HH:MN"        type 35 command "format time 4"
  28.     add menuitem "Custom..."    type 199 command "@call DG:DGCustom()"
  29.  
  30. add submenu "format attribute" with 4 items
  31.     add menuitem "Hide Zero"        type 36 command "hide zeroes", "show zeroes"
  32.     add menuitem "Commas"        type 37 command "use commas", "no commas"
  33.     add menuitem "Parenthesis"    type 38 command "use parenthesis", "no parenthesis"
  34.     add menuitem "Hidden"        type 39 command "hide cells", "show cells"
  35. repaint on