Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo
Message
De
29/03/1999 20:19:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Memo
Divers
Thread ID:
00202913
Message ID:
00203253
Vues:
17
>Hi Albert,
>
>>What are these problems?
>
>You get an error message. Try this:
>
>lcString = Replicate("X",17000000)
>
>or
>
>crea cursor Junk (mField M)
>append blank
>replace mField with Replicate("X",9000000)+Replicate("X",9000000)
>
>Christof

The exact limit is 0xffffff - 32, apparently there is a 24 bit limit on the string length field of the underlying structure. I wonder what the -32 is caused by.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform