sorry but the nature of try ....
i'm too java programmer
and when we use
try
{
int x = Integer.parseInt(argv[0]);
}
catch (ArrayIndexOutOfBoundsException e)
{
System.out.println(e);
}
catch (NumberFormatException e)
{
System.out.println(e);
}
for example, we only catch this type of errors the rest works as expected,
this solves the problem of 0 divisions almost at C++ C# j#, harbour has similar
solution.
What is the problem to implement the same at xharbour ?
Best regards,
Miguel Angel Marchuet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers