Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there something like EVALUATE() fox function ?
Message
De
24/06/2006 13:21:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Is there something like EVALUATE() fox function ?
Divers
Thread ID:
01131426
Message ID:
01131426
Vues:
71
Hello,

I am preparing some dynamic procedures in SQL 2005 but I haven't been able to do something like this (similar to the fox function EVALUATE) :
-- Assume this T-SQL code

Declare @var1 char(5)
Declare @var2 char(10)

set @var1 = 'ABCDE'
set @var2 = '0123456789'

set @expr = '@var1 + @var2'
How could I evaluate the expression @Expr in order to print the value 'ABCDE0123456789' and not the formula ???

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform