Bookshelf Home | Contents | Index | PDF |
Siebel Product Administration Guide > Siebel Configurator Rule Assembly Language > About Specifying Data in Rule Assembly LanguageThis section describes how to specify numbers, strings, names, data types, and property types in Rule Assembly Language. NumbersYou can use both integers and floating point numbers. Floating point numbers contain a decimal point. StringsEnclose 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. LinksLinks 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. |
Siebel Product Administration Guide | Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |