Hello,
i've got problems using VBA in Zenon.
Editor : ZENON 7.10 (32bits).
Runtime : ZENON 7.00 SP0 running on a Windows Server 2008 (64bits).
In editor, i put the option : "Create RT files for Zenon 7.00 SP0. "
I've got "Overflow" error with the VBA, every time i try to use a Double or Date variable.
Exemple :
Public sub test()
Dim a as Double
a = 3 'i tryied a = CDbl(3) too
End sub
a=3 -> raise a "Overflow" Error (VB Error number 6).
i don't understand why.
i tryied to launch the same Runtime on a Windows XP, there are no pb. The application works fine.
Do you have any ideas ??
thx
This is a migrated post! Originally posted on 03.10.2013 by user ekium. Please be aware that information can be outdated.