VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get the binary inverse of a string

Jonathan Smith  (13 Submissions)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This code is the equivalence of the bitwise complement C opertator (~), except this only works on strings. I got tired of not having this capability, so I wrote it =)

Inputs
any string

Returns
the bitwise inverse of the string

Side Effects
works ONLY on strings

Rate Get the binary inverse of a string (2(2 Vote))
Get the binary inverse of a string.bas

Get the binary inverse of a string Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters