Dmaxer
09-20-2007, 04:35 PM
Hi guys :)
I have a dotnet DLL giving my script some timing data and the problem is its coming in with a L on the end of the data.
so let say in my script I write this ;
Foo = deltatime -- ( deltatime is the varible from the dll and lets say it = 50 )
print Foo
the output should be 50
but its 50L
Im very new to all this dotnet stuff so maybe Im doing something wrong ?
or maybe its just the way the DDL outputs its data, in that case is there a way to get rid of the L at the end , as its screwin up my code .
Thanks for reading and I hope someone can help :)
all the best Danny
I have a dotnet DLL giving my script some timing data and the problem is its coming in with a L on the end of the data.
so let say in my script I write this ;
Foo = deltatime -- ( deltatime is the varible from the dll and lets say it = 50 )
print Foo
the output should be 50
but its 50L
Im very new to all this dotnet stuff so maybe Im doing something wrong ?
or maybe its just the way the DDL outputs its data, in that case is there a way to get rid of the L at the end , as its screwin up my code .
Thanks for reading and I hope someone can help :)
all the best Danny
