Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Odd bug with semi-colon
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Odd bug with semi-colon
Divers
Thread ID:
00508472
Message ID:
00508472
Vues:
61
The following Create Cursor statment does not execute (in some circumstances...at least), is due, I think to the semi-colon at the end of the first line. However, since the asterisk is supposed to comment out the first line, I'm thinking this maybe is a bug?

* CREATE TABLE temp2 FREE(tmpPrjID c(13),;
CREATE CURSOR temp2 (tmpPrjID c(13),;
tmpPrjName c(30),;
tmpAppName c(40),;
tmpCommit N(10,2),;
tmpExpend N(10,2),;
tmpBalance N(10,2))
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform