Product Administration Guide > Siebel Configurator Rule Assembly Language >

About Specifying Data in Rule Assembly Language


This topic describes how to specify numbers, strings, names, data types, and property types in Rule Assembly Language.

Numbers

You can use both integers and floating point numbers. Floating point numbers contain a decimal point.

  • Example of integers: 1, 100, -239
  • Example of floating point: 3.14, 1.0, 10.567

Strings

Enclose strings in double quotes. For example:

"Parker Data Systems recommends a DSL modem"

White space in a string is treated as a character. Use a back-slash (\) as an escape character to include double quotes or a back-slash in a string. For example:

"Install these fonts in C:\\psfonts on your system"

If you put quotes around a number or anything else, it is treated as a string.

Links

Links store data extracted from Siebel databases. Links can also store the value of specific system variables. Links can be used only to define conditions. Enclose link names in square brackets.

Product Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.