Skip to content
Snippets Groups Projects
  1. Mar 07, 2013
  2. Mar 06, 2013
    • Bob Knothe's avatar
      Fixed init method · a7d02571
      Bob Knothe authored
      Fixed the "init" when there is a default and value aForm=true and the
      aSep and aDec are not the defaults
    • Bob Knothe's avatar
      updates to the init, set, get and getString methods · 6c2080be
      Bob Knothe authored
      Fixed the "getSting" method - it use to returned an error when no values
      were entered
      Modified the "init" method to better handle default and pre-existing
      values
      Modified the "set" method - removed the routine that checked for values
      less than .000001 and greater than -1 and placed it in a separate
      function named checkValue()
      Modified the "get" method:
      Added a call to the checkValue() function - this corrects returned
      values. Example - when the input value was "12." the returned value was
      "12." - it now returns "12"
      When no numeric character is present the returned value is an empty
      string "".
  3. Feb 27, 2013
  4. Feb 17, 2013
  5. Feb 16, 2013
  6. Feb 12, 2013
  7. Feb 10, 2013
  8. Feb 09, 2013
  9. Feb 04, 2013
Loading