Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
255 character limit
Message
 
À
28/11/2005 09:13:16
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01072400
Message ID:
01072419
Vues:
14
>I am not returning it into a table, it is going to an asp page. I tryed declaring the variable as a memo ei:
>
>LOCAL test AS MEMO
>
>but if I assign a string larger then 255, I still get an error when I try to save the method.

this works for me:
m1 = GetOver255()
? m1

FUNCTION GetOver255

  LOCAL aaa AS String
  aaa = REPLICATE("ccc",500)

RETURN aaa
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform