(form "00587" (size 52 11) (help "00587_TIP_0") (heading "SHAPEFILE TO STRING") (label (position 2 3) (text "Define the shapefile to convert")) (label (position 2 4) (text "File name")) (label (position 2 6) (text "Output file name")) (label (position 2 7) (text " Location")) (label (position 2 8) (text "ID")) (field "shape_file" (position 15 4) (display_length 26) (input allowed) (null disallowed) (max_length 26) (file (extension trim "*.shp")) (help "00587_TIP_1")) (field "locn" (position 15 7) (display_length 26) (input allowed) (null disallowed) (max_length 26) (file output (link "id_range")) (help "00587_TIP_2")) (field "id" (position 15 8) (display_length 16) (input allowed) (format real_8) (null disallowed) (max_length 32) (help (field "locn"))) (default_buttons) )