Click to See Complete Forum and Search --> : mid function codes


mcakir
12-10-2006, 06:10 AM
i need codes into mid function. please help me!!

so_is_this
12-10-2006, 10:21 AM
Please explain what you mean about the Mid function (http://msdn.microsoft.com/library/en-us/script56/html/3021b949-3c89-475a-bb38-e87b1b1d3854.asp). Thanks.

mcakir
12-10-2006, 11:41 AM
i mean mid function in asp or vb,

Public Shared Function Mid( _
ByVal str As String, _
ByVal Start As Integer, _
Optional ByVal Length As Integer _
) As String

so_is_this
12-10-2006, 12:12 PM
See the link I provided. That is for ASP/VBScript and for VBA and for Classic VB v6.

mcakir
12-10-2006, 12:16 PM
no. i need codes into mid function already i know mid function but i want to make a function like mid

so_is_this
12-10-2006, 07:23 PM
What for? ...when there is already a Mid() function to be used?
There is no source code available for the Mid() function, though.