stringValue()

Zusammenfassung

Gibt einen string mit einer Textdarstellung des Werts.

Syntax

stringValue ( value As Any ) As String 
Argument Typ Beschreibung
value Any der Wert als string darzustellende NoValue .

Beispiel 1

Intent >stringValue(sin(30.0)) 
-->"0.500"

Beispiel 2

Intent >stringValue(self())
--> "Block<04CB2CF0>" 

Beispiel 3

Intent >stringValue({{"a", "b", "c", "d"}, {"e", "f", "g", "h"}}) 
--> "List of 2"