.TEXT CUT AT POS

This subroutine removes characters from a text/alpha field.


Usage:

      PASS         <text_field>               FIELD            SHARE? Y
      PASS         <start_cut>                FIELD            SHARE? N
      PASS         <len_cut>                  FIELD            SHARE? N
      PASS         <cut_field>                FIELD            SHARE? Y
      GOSUB    --- .TEXT CUT AT POS
      *        Check for errors
      IF       --- .TEXT CUT AT POS           NE

Description:

This subroutine removes characters from a text/alpha field. The first 3 parameters are required. If any required parameters are missing, the subroutine will CANCEL.

<text_field> is the field from which you want the characters removed (Required). This must be PASSed with Share "Y" to return the value.

<start_cut> is the starting position of the characters to be removed (Required).

<len_cut> is the number of characters to be removed (Required).

<cut_field> returns the characters that were removed (Optional). This must be PASSed with Share "Y" to return the value.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-02-10

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2012-02-10 - JeanNeron
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback