(form "00254" (size 46 13) (heading "SPLIT STRINGS INTO INDIVIDUAL FILES") (label (position 2 3) (text "Define the file to be split")) (label (position 2 4) (text "Location")) (label (position 2 5) (text "ID number")) (label (position 2 7) (text "Define method to create new files")) (label (position 2 8) (text "Location")) (label (position 2 9) (text "String file field")) (label (position 2 10) (text "Start String number")) (label (position 2 11) (text "Value tolerance")) (field "inloc" (position 12 4) (display_length 26) (input allowed) (null allowed) (max_length 26) (file (link "rid") (extension "*.str")) ) (field "rid" (position 12 5) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) (help (field "inloc"))) (field "newloc" (position 12 8) (display_length 26) (input allowed) (null allowed) (max_length 26) (file output (link "newid") (extension "*.str")) ) (field "newid" (position 40 8) (display_length 1) (background) (foreground (user_option "form_background")) (input disallowed) (null allowed) (max_length 16) (format real_8)) (field "field" (position 22 9) (display_length 4) (input allowed) (translate upper) (format string_field) (null disallowed) (max_length 4) ) (field "istr" (position 22 10) (display_length 5) (input allowed) (low_bound 1) (high_bound 32000) (format integer_4) (null disallowed) (max_length 5) ) (field "tolerance" (position 22 11) (display_length 16) (input allowed) (low_bound 0) (high_bound 999999) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (default_buttons) )