OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Pieter on January 19, 2015, 08:25:46 AM

Title: Change in varnames between 7. and 8.
Post by: Pieter on January 19, 2015, 08:25:46 AM
Maybe I'm wrong.

But it seems that the way a variable is named is different.
Old release: <project-key>_<form-name>_<control-name>
New release: <project-key>/<form-name>/<control-name>

Is this correct?
What is the impact? Can you modify an old odcl file in the new IDE?

Regards
Pieter
Title: Re: Change in varnames between 7. and 8.
Post by: owenwengerd on January 19, 2015, 05:17:39 PM
You can modify an old file, you just need to be careful if you mix styles in the same file. In this thread (http://www.opendcl.com/forum/index.php?topic=2084.0) there is a utility for updating older projects.