Category:Intrinsic String methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
m (links to Intrinsic classes)
Line 1: Line 1:
Intrinsic String methods treat their method object as a Longstring value.  
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|Intrinsic String]] methods treat their method object as a Longstring value. Any value that is not a String value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method.                             
Any value that is not a String value is automatically converted before it is  
acted on by the method.                             


The individual intrinsic String methods are described in the following articles. The term <tt>string</tt> in these descriptions typically refers to a String or a Longstring, unless otherwise specified.  For other information about the conventions followed, see [[Notation conventions for methods]].
The individual intrinsic String methods are described in the following articles. The term <tt>string</tt> in these descriptions typically refers to a String or a Longstring, unless otherwise specified.  For other information about the conventions followed, see [[Notation conventions for methods]].


[[Category:Intrinsic methods]]
[[Category:Intrinsic methods]]

Revision as of 02:33, 21 December 2010

Intrinsic String methods treat their method object as a Longstring value. Any value that is not a String value is automatically converted before it is acted on by the method.

The individual intrinsic String methods are described in the following articles. The term string in these descriptions typically refers to a String or a Longstring, unless otherwise specified. For other information about the conventions followed, see Notation conventions for methods.

This category currently contains no pages or media.