(form "00494" (size 49 14) (mismatch ignore) (help "00494_TIP_0") (heading "DISCRETE SAMPLE VALUES VERSUS TIME") (label (position 2 3) (text "Define the string file to be created")) (label (position 2 4) (text "Location")) (label (position 2 5) (text "ID number")) (label (position 2 7) (text "Define the time units and time datum for output")) (label (position 2 8) (text "Units")) (label (position 15 8) (text "(S)econds or (M)inutes or (H)ours or (D)ays")) (label (position 2 9) (text "Datum")) (label (position 2 11) (text "Define the discrete sample table to be processed")) (label (position 2 12) (text "Table")) (field "loc" (position 12 4) (display_length 26) (input allowed) (translate lower) (null disallowed) (max_length 26) (file output (link "rid") (extension "*.str")) (help "00494_TIP_1")) (field "rid" (position 12 5) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) (help (field "loc"))) (field "time_units" (position 10 8) (display_length 1) (input allowed) (value_in "S" "M" "H" "D") (translate upper) (null allowed) (max_length 2) (help "00494_TIP_2")) (field "time_datum" (position 10 9) (display_length 24) (input allowed) (translate upper) (format datetime) (null disallowed) (max_length 24) (help (field "time_units"))) (field "table" (position 12 12) (display_length 18) (input allowed) (null disallowed) (max_length 18) (help "00494_TIP_3")) (default_buttons) )