TStringList Class module:ObjectLists file:ObjectLists

Generics Expand Generics

  • Item
    • StringItem

Subroutines Expand Arguments

  • ReadColumnsGetArray(this, filename, array)
    • TStringList   :: this
    • character(LEN=*) intent(in) :: filename
    • real(list_prec) intent(out), allocatable :: array(:,:)
  • SetFromString(this, S, valid_chars_in)
    • TStringList   :: this
    • character(Len=*) intent(in) :: S
    • character(Len=*) intent(in), optional :: valid_chars_in
  • WriteItems(this, unit)

    Functions  Expand Arguments

  • character CharAt(this, i, j)
    • TStringList   :: this
    • integer intent(in) :: i
    • integer intent(in) :: j
  • integer Compare(this, R1, R2)
  • integer IndexOf(this, S)
  • character(LEN=:) pointer StringItem(this, i)
  • character(LEN=:) pointer ValueOf(this, key)