Test the key-pound is present
Posted: Fri Dec 19, 2008 6:37 am
Hi,
I use this properties:
On the filled section, I would like to test is the field contains the key-pound.
I try to use the one key like this:
<field name="input">
<filled>
<if cond="input$.utterance=='#'">
...
</if>
</filled>
I would like to know how to execute a condition if a # key is the input field?
For example, I would like to test :
555
and
555#
Thansk by advance.
I use this properties:
Code: Select all
<property name="termchar" value="" />
<property name="interdigittimeout" value="1s" />
I try to use the one key like this:
<field name="input">
<filled>
<if cond="input$.utterance=='#'">
...
</if>
</filled>
I would like to know how to execute a condition if a # key is the input field?
For example, I would like to test :
555
and
555#
Thansk by advance.