Página 1 de 1

Function OtherString [VB6]

Publicado: 23 Dic 2009, 22:53
por The Swash

Código: Seleccionar todo

'___________________________________________________________________
'Function OtherString
'Coded By The Swash  at 23/12/2009 //Thx DARK_J4V13R
'Contact: [email protected]
'www.Indetectables.Net
'___________________________________________________________________
Public Function OtherString(Number As Integer, Character As String)
 For i = 1 To Number
  OtherString = CStr(Mid(Character & OtherString, 1, i))
 Next i
End Function
Use for Remplace String, Is possible minor detection

Re: Function OtherString [VB6]

Publicado: 24 Dic 2009, 08:48
por Slek
Muy bueno!
Eso no se me había ocurrido!

Sigue así y llegarás lejos !

Saludos!

Re: Function OtherString [VB6]

Publicado: 25 Dic 2009, 03:39
por Lordcam


Gracias, tendre que ver como va, apenas estoy aprendiendo VB