~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to docs/stringex/README

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
These are the example programs that appear in the FPC documentation.
2
 
 
3
 
Units guide, chapter on Strings unit :
4
 
 
5
 
ex1.pp contains an example of the StrLen function.
6
 
ex2.pp contains an example of the StrPCopy function.
7
 
ex3.pp contains an example of the StrPas function.
8
 
ex4.pp contains an example of the StrCopy function.
9
 
ex5.pp contains an example of the StrLCopy function.
10
 
ex6.pp contains an example of the StrECopy function.
11
 
ex7.pp contains an example of the StrEnd function.
12
 
ex8.pp contains an example of the StrLComp function.
13
 
ex9.pp contains an example of the StrIComp function.
14
 
ex10.pp contains an example of the StrMove function.
15
 
ex11.pp contains an example of the StrCat function.
16
 
ex12.pp contains an example of the StrLCat function.
17
 
ex13.pp contains an example of the StrScan and StrRScan functions.
18
 
ex14.pp contains an example of the StrLower and StrUpper functions.
19
 
ex15.pp contains an example of the StrPos function.
20
 
ex16.pp contains an example of the StrNew function.