Changeset 1184
- Timestamp:
- 01/02/08 00:33:23 (1 year ago)
- Files:
-
- 1.8.2/trunk/CHANGES.182 (modified) (1 diff)
- 1.8.2/trunk/game/txt/hlp/pennfunc.hlp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/trunk/CHANGES.182
r1180 r1184 20 20 21 21 Documentation: 22 * andlpowers() and orlpowers() were missing help files. Reported by23 Parusso.22 * Various help file fixes: Grammar, missing entries, etc. Reported 23 by Parusso, Adam. 24 24 25 25 Version 1.8.2 patchlevel 8 Jan 01, 2008 1.8.2/trunk/game/txt/hlp/pennfunc.hlp
r1180 r1184 4027 4027 strmatch(<string>, <pattern>) 4028 4028 4029 This function ismatches <pattern> against the entire <string>.4029 This function matches <pattern> against the entire <string>. 4030 4030 It returns 1 if it matches and 0 if it doesn't. It is not 4031 4031 case-sensitive, and <pattern> may contain wildcards.
