Basic - Explicit type conversions

By using an explicit conversion, you can specify exactly what type you want to work with. Thanks to this we can overwrite automatic conversion.

Basic

Other pieces of example codes:
y =CSng((x * y))
y = CInt((x * y))
z = CLong((x * y))
y =CDbl((x * y))
Languages: en hu cz sk