VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Convert String to Integer (Too Easy)

by DrgnCreep (2 Submissions)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Wed 11th October 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Convert String to Integer (Too Easy)

Rate Convert String to Integer (Too Easy)



StringToInteger = strString
End Function

Function IntegerToString (strInteger as Integer) as String
IntegerToString = strInteger
End Function


Download this snippet    Add to My Saved Code

Convert String to Integer (Too Easy) Comments

No comments have been posted about Convert String to Integer (Too Easy). Why not be the first to post a comment about Convert String to Integer (Too Easy).

Post your comment

Subject:
Message:
0/1000 characters