Danilo,
If you choose to work with .Net functions such as Console.WriteLine() then you may have problems when passing in USUAL parameters.
If you really want to use USUALs then I suggest that you use ?, ??, QOut() or QQOut().
Robert
Compiler has returned exit code -532462766
Compiler has returned exit code -532462766
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Compiler has returned exit code -532462766
it is betterFFF wrote:Any reason not to modify this toMETHOD Lap()
LOCAL dwTickEnd,dwLap,dwWork,dwWork2 AS DWORD
LOCAL cLap AS STRING
...
RETURN clap
Method Lap() AS STRING
....
?
Karl
Fabrizio
Compiler has returned exit code -532462766
Hi Robert,robert wrote:Danilo,
If you choose to work with .Net functions such as Console.WriteLine() then you may have problems when passing in USUAL parameters.
If you really want to use USUALs then I suggest that you use ?, ??, QOut() or QQOut().
Robert
thank you for your suggestion,
Fabrizio