Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a string
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00432342
Message ID:
00432346
Vues:
25
If you just have the a+b+c then you can get an error "Unrecognized command verb". Since its an expression, you have to assign it to something or put an = in front of it.

>Why can't I create the following string
>
>a='this'
>b='is'
>c='bob'
>
>
>a+b+c
>gives me errors
>
>
>d = a+b
>d = d+c
>works fine
>
>thanks in advance
>nick patel
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform