Difference between revisions of "StringToken"
Jump to navigation
Jump to search
→Sample StringTokens
imported>Speedo (Deleted incorrect note) |
imported>Speedo |
||
Line 12: | Line 12: | ||
Code Character | Code Character | ||
-1 Empty String | -1 Empty String | ||
-256 /0 (Null Character) | |||
-257 SOH (Start of Heading) | |||
-1310 EOL (End of Line, see Notes) | -1310 EOL (End of Line, see Notes) | ||
</pre> | </pre> | ||
Line 18: | Line 20: | ||
<pre> | <pre> | ||
Code Character | Code Character | ||
-32 Space | -32 Space | ||
-33 ! | -33 ! | ||
Line 24: | Line 25: | ||
-35 # | -35 # | ||
... | ... | ||
-123 { | |||
-124 | | -124 | | ||
-125 } | -125 } | ||
Line 29: | Line 31: | ||
</pre> | </pre> | ||
[http://en.wikipedia.org/wiki/ISO_8859-1 Full list of ASCII codes] | |||
==Example== | ==Example== |