Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TEXT replacing true with 1
Message
 
À
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:
01516061
Vues:
48
>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

NO
The result is
     function load()
     mapTypeControl: true,
     navigationControl: true,
     draggable: true
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform