Re: Memofelder



Hallo Dieter,

da läuft irgendwas verkehrt.... Machst du da mit Makros rum?

Eine normale Char-Variable kann ca 16 Mb (genau 16777184 Bytes) aufnehmen,
aber als Zeichenkette (also ein String in Gänsefüsschen) kannst du immer nur
max 254 Zeichen addieren.

x = SPACE(2^24 -32) && 16Mb is ok

y = space(300)
x = "abc" + y && ok

y = ["]+SPACE(200)+["]
x = "abc" + &y && ok

y = ["]+SPACE(333)+["]
x = "abc" + &y && kawumm!



--


Jürgen Wondzinski

Microsoft Visual FoxPro Technologieberater
Geschäftsführung ProLib Software GmbH
Microsoft Most Valuable Professional seit 1996
"*´¨)
¸.•´¸.•*´¨) ¸.•*¨)
(¸.•´. (¸.•` *
..•`.Visual FoxPro: It's magic !
(¸.•``••*



.



Relevant Pages

  • RE: Foxpro 2.5 link from Acccess 2000
    ... Thank you for using the Microsoft Access Newsgroups. ... FoxPro is not listed as an option for file type. ... Open the Access database that you want to import into. ... In the Select Data Source dialog box, ...
    (microsoft.public.access.externaldata)
  • Re: Frage zu XSource
    ... Microsoft Visual FoxPro Technologieberater ... Microsoft Most Valuable Professional seit 1996 ...
    (microsoft.public.de.fox)
  • Re: textfeld.value mit kommazahl belegen geht nicht?
    ... Microsoft Visual FoxPro Technologieberater ... Microsoft Most Valuable Professional seit 1996 ...
    (microsoft.public.de.fox)
  • Re: Neuigkeiten aus Redmon
    ... Microsoft Visual FoxPro Technologieberater ... Microsoft Most Valuable Professional seit 1996 ...
    (microsoft.public.de.fox)
  • Re: Varbinary
    ... Microsoft Visual FoxPro Technologieberater ... Microsoft Most Valuable Professional seit 1996 ...
    (microsoft.public.de.fox)