home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / STRLEN2.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  238 b   |  13 lines

  1. %====================== str_len/2             ===============================
  2. Goal: str_len("abc",Len)
  3. Len=3
  4. 1 Solution
  5.  
  6. Goal: str_len("abc",3)
  7. True
  8.  
  9. Goal: str_len(STR,15),writef("|%|\n",STR)
  10. |               |
  11. STR=
  12. 1 Solution
  13.