Help for this page

Select Code to Download


  1. or download this
    enum ButtType : Int
    {
        case inv = 0
    ...
        case up
        case file
    }</p>
    
  2. or download this
    use constant {
        SSSUCCESS     => 0,
        SSD001         => 1,
    ...
        SSFAILEDRAWDB => 3,
       ...
    };</p>