VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Convert long address to IP address

Waynes Software  (1 Submission)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Converts a long address (2220112843) to it's IP address (203.59.84.132)

Returns
Example: Result = IPToString(2220112843#)

API Declarations
Type MyLong
Value As Long
End Type
Type MyIP
A As Byte
B As Byte
C As Byte
D As Byte
End Type

Rate Convert long address to IP address (5(5 Vote))
Convert long address to IP address.bas

Convert long address to IP address Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters