Siebel VB Language Reference > Using Siebel VB > About Data Types >

Records


A record is a data structure that includes one or more elements. Each of these elements includes a value. You must define a type first, and then declare the variable using that type. You must not include a type character as the suffix in the variable name. A record element uses dot notation. For example:

record.element

where:

  • record is the record name.
  • element is a member of this record. A record can contain elements that are themselves records.
Siebel VB Language Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.