Skip to content

Commit

Permalink
HPCC-0000 Test XmlMind 10.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jim DeFabia <[email protected]>
  • Loading branch information
Jim DeFabia committed Jan 16, 2025
1 parent e83ab05 commit a840f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IsOldPerson := Person.Age &gt;= 65;</programlisting>
<primary>Value Definition</primary>
</indexterm>s</title>

<para>A Value Definition is defined as any Definition whose expression is
<para>A Value Definition is defined as any definition whose expression is
an arithmetic or string expression with a single-valued result. For
example, the following are all Value Definitions:</para>

Expand Down Expand Up @@ -103,7 +103,7 @@ SetFloridaCities := ['Orlando', StateCapitol('FL'), 'Boca '+'Raton',

<programlisting>SetDS := [ds1, ds2, ds3]; // a set of datasets</programlisting>

<para>You can construct a DATASET from a SET. </para>
<para>You can construct a DATASET from a SET.</para>

<programlisting>SET OF STRING s := ['Jim','Bob','Richard','Tom'];
DATASET(s,{STRING txt});</programlisting>
Expand Down Expand Up @@ -217,7 +217,7 @@ MyRec4 := Person[2..]; // all recs except the first</programlisting>
<programlisting>ds[1].x //note that this returns 0 if ds contains no records.
</programlisting>

<para></para>
<para/>
</sect2>

<sect2 id="TypeDef_Attributes">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@

<para>The topology server is an internal component used by ROXIE to
keep track of the health of the different ROXIE processes in a
cluster.</para>
cluster. There is no configuration or setup required.</para>
</sect3>
</sect2>

Expand Down

0 comments on commit a840f62

Please sign in to comment.