Subversion Repositories wimsdev

Rev

Rev 5766 | Rev 17228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5766 Rev 5920
Line 8... Line 8...
8
<hr/><h4>Fields in a string</h4>
8
<hr/><h4>Fields in a string</h4>
9
Wims variables are all string variables. There are three different ways to
9
Wims variables are all string variables. There are three different ways to
10
split a string into fields:
10
split a string into fields:
11
<ul><li>As a list of words, separated by white-space characters. Consecutive
11
<ul><li>As a list of words, separated by white-space characters. Consecutive
12
white-spaces are considered as one field separator.
12
white-spaces are considered as one field separator.
13
<li>As a list of lines, separated by new-line characters. Consecutive
13
</li><li>As a list of lines, separated by new-line characters. Consecutive
14
new-lines are considered as separating empty lines.
14
new-lines are considered as separating empty lines.
15
<li>As a list of items, separated by commas ( $emph,$emphend ). Consecutive
15
</li><li>As a list of items, separated by commas ( $emph,$emphend ). Consecutive
16
commas are considered as separating empty items.
16
commas are considered as separating empty items.
17
</ul>
17
</li></ul>
18
 
18
 
19
<p>
19
<p>
20
This section is not yet finished. Sorry.
20
This section is not yet finished. Sorry.
21
 
21
</p>