.GetAnsiBlob (string Objektmethode)
Beschreibung
Gibt den String als ANSI Blob zurück
Argumente
keine
Rückgabewert Blob
String als ANSI Blob Format
Beispiel
Text = "Das ist ein Test"; Result = Text.GetAnsiBlob(); Resultat: binary{17} |
---|
Gibt den String als ANSI Blob zurück
keine
String als ANSI Blob Format
Text = "Das ist ein Test"; Result = Text.GetAnsiBlob(); Resultat: binary{17} |
---|