Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TEXT replacing true with 1
Message
From
25/06/2011 14:06:24
Victor Chignes
Inteliventas
Peru
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
TEXT replacing true with 1
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Miscellaneous
Thread ID:
01516056
Message ID:
01516056
Views:
111
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
Next
Reply
Map
View

Click here to load this message in the networking platform