VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Long To Binary using Recursion

Dave Lambert  (3 Submissions)   Miscellaneous   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This code demonstrates how to convert a long value into a 32 bit binary value by using a function that is called recursively (it calls itself). A heavily commented demonstration application is included in the zip file that also includes techniques and coding methods that beginners may also find useful.

Inputs
Long value

Assumes
A complete project is included that demonstrates how to use the LongToBinary() function.

Returns
Binary value as a string

Rate Long To Binary using Recursion (2(2 Vote))

Download Long To Binary using Recursion

Long To Binary using Recursion Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters