home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT214.ZIP / SEBFU40.LZH / MID.DOC < prev    next >
Text File  |  1991-09-17  |  3KB  |  106 lines

  1.  
  2.                               M I D     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.  
  10.  
  11.        MID is a small utility to extract part of one string into 
  12.        another. The user can specify the starting position, the number 
  13.        of characters, the source variable and destination variable.
  14.  
  15.  
  16.  
  17.        Syntax : MID s l v1 v2
  18.  
  19.  
  20.        Where : 's'   is the character postion to start the search
  21.                       defaults to 1st character
  22.                'l'   is the number of bytes to extract and place into a new
  23.                       variable, with a default of 1, if 'l' is longer than
  24.                       bytes remaining in 'v1', then v2 will contain
  25.                       everything in v1 starting at 's' to the end of v1
  26.                'v1'  is the variable to extract the string from
  27.                'v2'  is the resultant variable
  28.  
  29.        If NOT supplying 's' or 'l', use commas as place holders
  30.        'v1' and 'v2' must be specified
  31.  
  32.        IE.... MID ,,var1,var2
  33.  
  34.  
  35.        Defaults: 's'=1
  36.                  'l'=1
  37.  
  38.  
  39.        Exit with errorlevel = 255 tamper detection
  40.                               254 'v1' or 'v2' are NOT supplied
  41.                               253 the environment is too small to contain 'v2'
  42.                               252 's' or 'l' are in the wrong range or
  43.                                   incorrectly specified
  44.                               251 'v1' not found
  45.  
  46.  
  47.  
  48.        For additional usage and information on using these utilities see 
  49.        the file SEBFU.DOC or BATUT.DOC.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.       Page 1 of 2
  64.  
  65.                                M I D    Ver. 4.0
  66.  
  67.  
  68.                     (C)1989,1990,1991  Scanlon Enterprises
  69.  
  70.  
  71.  
  72.                              O R D E R     F O R M
  73.  
  74.  
  75.  
  76.  
  77.        MID registration ..................................... $1.00
  78.  
  79.  
  80.  
  81.  
  82.        What you get :
  83.  
  84.        Unlimited usage of MID, and phone or write in support. You 
  85.        will also be placed on our mailing list for future updates and 
  86.        new products.
  87.  
  88.        We are offering this utility seperate from SEBFU as a favor to 
  89.        users who do NOT wish to use many of the SEBFU utilities.
  90.  
  91.        This utility is automatically registered to you when you register 
  92.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  93.        is a better bargin, as each utility will cost less than $ .25 
  94.        each.
  95.  
  96.  
  97.        Vendors:
  98.  
  99.        You may distribute MID seperately, provided this document is 
  100.        distributed as well. Any reasonable fee may be charged.
  101.  
  102.  
  103.        Send your order to : SCANLON ENTERPRISES
  104.                             38354 17TH ST E.
  105.                             PALMDALE, CA 93550
  106.