VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Fast append of strings

Waty Thierry  (60 Submissions)   String Manipulation   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Tue 30th March 1999   Mon 8th February 2021

Fast append of strings

API Declarations


' * Programmer Name : Waty Thierry
' * Web Site : www.geocities.com/ResearchTriangle/6311/
' * E-Mail : [email protected]
' * Date : 13/10/98
' * Time : 10:24
' * Module Name : String_Module
' * Module Filename : String.bas
' **********************************************************************
' * Comments :
' * Fast append of strings
' **********************************************************************

Declare Function VarPtrArray Lib "msvbvm50.dll" Alias "VarPtr" (Ptr() As Any) As Long
Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long)
Declare Function GetTickCount Lib "kernel32" () As Long



Rate Fast append of strings (2(2 Vote))
Fast append of strings.bas

Fast append of strings Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters