Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
STR() basic question
Message
De
01/08/2005 22:30:18
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01037696
Message ID:
01037700
Vues:
28
Thank you Sergey.

Basically, I want to store pills.ID field in a variable (lcPillName).
What's wrong in this code?

Why AddObject(lcPillName...) returns a syntax error? I want to add a 'pill' object named, let's say '1' or '2'...
lcPillName=''

SCAN

  lcPillName = str(pills.id)
  Thisform.AddObject(lcPillName,'pill')
Thank you!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform