Difference between revisions of "StrRes"
From Wiki
| Line 1: | Line 1: | ||
| − | + | {{header|result|rw|Holds the value from the last [[str]] statement executed.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{rw | + | |
| − | + | ||
| − | Holds the value from the last [[str]] statement executed. | + | |
==== Example ==== | ==== Example ==== | ||
| Line 20: | Line 14: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 11:15, 26 August 2005
| ⇔ | Holds the value from the last str statement executed. |
Example
finditem *
if #findKind <> -1
{
event Property #findID
str len #property
display ok the length if the string in the property variable is , #spc , #strRes
}
halt
See also
| Main Page | Documentation |