Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Impressum test_Property.GetLet.bas   Sprache: unbekannt

 
Haftungsausschluß.bas KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

'
' This file is part of the LibreOffice project.
'
' This Source Code Form is subject to the terms of the Mozilla Public
' License, v. 2.0. If a copy of the MPL was not distributed with this
' file, You can obtain one at http://mozilla.org/MPL/2.0/.
'

Option Explicit
Option Compatible

Function doUnitTest as String
  ' PROPERTY GET/LET
  aString = "Office"
  If ( aString <> "LibreOffice") Then
    doUnitTest = "FAIL" ' Ko
  Else
    doUnitTest = "OK" ' Ok
  End If
End Function

Dim _pn As String
Property Get aString As String
    aString = _pn
End Property
Property Let aString(value As String)
    _pn = "Libre"& value
End Property

[ Seitenstruktur0.109Drucken  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge