Autor Thema: Strings in Lotus Script  (Gelesen 6750 mal)

Offline alesssandro

  • Aktives Mitglied
  • ***
  • Beiträge: 129
  • Lasagne, mhhh.
Strings in Lotus Script
« am: 10.08.04 - 11:55:37 »
Hi - nur eine kurze Frage.

string$ = "Hallo, mein Name ist Alex"
Wie kann ich in Lotus Script innerhalb eines Strings Anführungszeichen (") verwenden?
So z.b.:
string$ = "Hallo, mein Name ist "Alex""

Ich kenne es nur von PHP mit einem Backslash
string$ = "Hallo, mein Name ist \"Alex\""

Danke,
alx


Offline TMC

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 3.660
  • Geschlecht: Männlich
  • meden agan
Re:Strings in Lotus Script
« Antwort #1 am: 10.08.04 - 14:04:23 »
Die Designerhilfe sagt, dass es so geht:

Code
   Dim str1 As String
   str1 = "A quoted string with ""quotes"" in it"
   Msgbox str1
Matthias

A good programmer is someone who looks both ways before crossing a one-way street.


Offline ..Andreas..

  • Junior Mitglied
  • **
  • Beiträge: 60
  • Geschlecht: Männlich
  • Brevity is the soul of wit.
Re:Strings in Lotus Script
« Antwort #2 am: 10.08.04 - 15:16:17 »
string$ = {Hallo, mein Name ist "Alex"} oder
string$ = |Hallo, mein Name ist "Alex"|

Offline alesssandro

  • Aktives Mitglied
  • ***
  • Beiträge: 129
  • Lasagne, mhhh.
Re:Strings in Lotus Script
« Antwort #3 am: 10.08.04 - 15:16:48 »
Danke... so geht's super.
Wie hast du das in der Hilfe gefunden? Hab auch gesucht, aber ohne Erfolg.
alex

Offline TMC

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 3.660
  • Geschlecht: Männlich
  • meden agan
Re:Strings in Lotus Script
« Antwort #4 am: 10.08.04 - 15:24:54 »
Wie hast du das in der Hilfe gefunden?

Ich hab "quotation mark" eingegeben in die Suche.
Matthias

A good programmer is someone who looks both ways before crossing a one-way street.


Offline Christopher

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 1.060
  • Geschlecht: Männlich
  • Dumm ist der, der dummes tut.
Re:Strings in Lotus Script
« Antwort #5 am: 10.08.04 - 15:44:11 »
Aber so müßte es auch funktioniern "Hallo, mein Name ist ""Alex""" kann aber auch sein das es 3 Anführungszeichen sein müssen.
Client & Server R 5.011
Principal Certified Lotus Professional R5 System Administration
Microsoft Certified Systems Engineer 2000
Microsoft Certified Systems Administrator 2000
Microsoft Certified Systems Administrator 2003
Microsoft Certified Systems Engineer 2003

Offline ..Andreas..

  • Junior Mitglied
  • **
  • Beiträge: 60
  • Geschlecht: Männlich
  • Brevity is the soul of wit.
Re:Strings in Lotus Script
« Antwort #6 am: 10.08.04 - 16:00:12 »
@alesssandro

die meisten guten tipps stehen nicht in der hilfe  ;)

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz