ISIntStrings.Text

Description

The text presentation of the string list.

Syntax

object.Text

Part Attribute Type Description
object Required
The object always implements the ISIntStrings interface
Restriction: This property is readonly.

Return Value

string

Returns the text presentation of the string list.

Example

Display the text presentation of the string list.

sub Main
  Dim aHost
  Dim aLayout
  Dim aList

  Set aHost = Profile.CreateCDOFormHost
  aLayout = 0
  
  set aList = aHost.GetAccessionPatientTemplateList(0, aLayout)

  Profile.MsgBox("Patient prefs" & vbNewLine & aList.Text)
end sub
Note:

Version information

Added in v7.8.0