Dear Kjartan Stefansson:
I have been working with a dialog box, but TransCAD's help doesn't help a lot... When I compile it send me a message with errors ((23, 6; "Ignoring :"), (39, 6; "Inserting do"), (45, 0; "premature end of file")), I haven't found how to solve the problem, I think I have been writing the code correctly, could you help me? The cod is this:
Macro "cobertura"
shared estaciones
shared comparaciones
shared comparaciones
RunMacro("Declara")
RunDbox ("Datos", &estaciones)
RunDbox ("Datos", &estaciones)
endMacro
Macro "Declara"
shared estaciones
shared comparaciones
endMacro
DBox "Datos"
init
do
estaciones = estaciones_a
comparaciones = shared comparaciones_b
enditem
estaciones = estaciones_a
comparaciones = shared comparaciones_b
enditem
Button "OK" 10, 5, 10 default do
estaciones = estaciones_a
comparaciones = comparaciones_b
endItem
estaciones = estaciones_a
comparaciones = comparaciones_b
endItem
Edit Int "numero de estaciones" 3, 1, 20
prompt: "Numero de iteraciones"
variable: estaciones_a
Edit Int "numero de comparaciones" 3, 3, 20
prompt: "Numero de comparaciones"
variable: comparaciones_b
prompt: "Numero de comparaciones"
variable: comparaciones_b
Return()
endDBox
Thank you
Regards,
Alex
Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx __._,_.___
SPONSORED LINKS
| Geographic information systems | Geography game | Geography |
YAHOO! GROUPS LINKS
- Visit your group "Maptitude" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
