PureBytes Links
Trading Reference Links
|
Equis,
I'm still waiting for you to get the organizer working again. The work
around you stated below doesn't work. I have two friends who just bought
Meta 6.52. I promised them that I would help them get started by sending
them some good trading systems.
Now, I am embarrassed because I can't send them anything via the organizer
because it won't compile anything but really simple code!
When are you going to fix this. And it would be nice if you would even
respond to my Email.
Kevin Campbell
> "The two [identified upgrade problem] circumstances are:
>
> 1) You have FMLVar() calls in formulas and they are calling formulas below
> the formula they exist in. This will cause a crash. Any formulas called
> in the list above the formula with Fmlvar() will not have a problem.
>
> 2) You have formulas that have more than 1000 characters AND leading
> spaces in the formula. This will cause corruption of the specific
> formula.
>
> The work around is:
>
> Using 6.5x, export all formulas that do NOT contain FMLvar() calls to a
> new folder. Import them into 7.0 and upgrade the formula file by open
> 7.0. Export the formulas containing FMLvar() calls from 6.5x and then
> import them into 7.0 and the file will successfully upgrade.
>
> If you have leading spaces in your formulas, they need to be removed
> before the upgrade.
>
> The fixed CD will handle both of these instances by doing two loops
> through the formula file and upgrading all formulas that DO NOT have
> Fmlvar()calls and removing the leading spaces. It will then go back
> through the file and upgrade the formulas with Fmlvar() calls. In this
> way, the formulas needed by the Fmlvar() calls will already be upgraded.
>
> So, you may want to wait for the new CD or you can use this convoluted
> workaround. I don't know how long it will take to get the new CD."
|