-
Math functions like Sin(x) are translated to Sin(x) instead of math.sin(x).
2009-11-18 06:58:00 UTC in VB to Python Converter
-
The BAS code
Call foo(bar)
is translated to
Call(foo(bar))
instead of
foo(bar)
Even changing the basic code to:
foo(bar)
yields in the Python foo(bar)().
2009-11-18 06:57:01 UTC in VB to Python Converter
-
The construct
If foo
2009-11-18 06:47:33 UTC in VB to Python Converter
-
The following construct fails parsing:
x=42!
but worked after changing it to
x=42.0.
2009-11-18 06:46:22 UTC in VB to Python Converter
-
The following basic code fails parsing:
Do: j=j+1
Loop Until x(j)
2009-11-18 06:45:22 UTC in VB to Python Converter
-
dov-g made 2 file-release changes.
2009-10-13 16:49:03 UTC in giv
-
dov-g made 1 file-release changes.
2009-10-13 16:48:09 UTC in giv
-
dov-g made 1 file-release changes.
2009-10-13 16:47:03 UTC in giv
-
dov-g made 1 file-release changes.
2009-10-13 16:46:01 UTC in giv
-
dov-g made 1 file-release changes.
2009-10-13 16:45:01 UTC in giv