Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TEXT replacing true with 1
Message
De
25/06/2011 16:53:11
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
25/06/2011 14:06:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Divers
Thread ID:
01516056
Message ID:
01516073
Vues:
52
I would be looking for a define somewhere in your code.
#define true = 1
>Hello. I have this piece of code:
>
> TEXT TO lcHtml NOSHOW TEXTMERGE
> function load()
> mapTypeControl: true,
> navigationControl: true,
> draggable: true
>
> ENDTEXT
> STRTOFILE(lcHtml,"MiHtml.htm")
>
>NO matter what i do, the result is
>
> function load()
> mapTypeControl: 1,
> navigationControl: 1,
> draggable: 1
>
>can you reproduce this?
>
>Regards
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform