Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using quotation marks
Message
De
30/03/2005 11:17:34
 
 
À
29/03/2005 21:04:04
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00999835
Message ID:
00999950
Vues:
21
>Hi all:
>
>How do I include quotation marks (" ") in the code below, so that the value of mGroupNumber is stored as "X09" instead of just X09 for example. (mGroupNumber is declared as a Character).
>
>
mStuffIntoGroupNumber = "update License set GroupNum = "+alltrim(mGroupNumber)+" where recno() = "+ALLTRIM(STR(mRecordNumber))
>
>Thanks in advance.

Slight variation on others:
mStuffIntoGroupNumber = TEXTMERGE( ;
  [update License set GroupNum="<<alltrim(mGroupNumber)>>" where recno()=<<mRecordNumber>>] )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform