Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked [Alternativa] Left$


top10

Recommended Posts

[HIDE-THANKS][LENGUAJE=VB]'MSVBVM60.rtcLeftCharBstr

Public Declare Function rtcLeftCharBstr Lib "MSVBVM60" (ByVal sStr As String, ByVal iLen As Integer) As String

 

Public Function Alternative_Left(ByVal sStr As String, ByVal iLen As Integer)

Alternative_Left = StrConv(rtcLeftCharBstr(StrConv(sStr, vbUnicode), iLen), vbFromUnicode)

End Function[/LENGUAJE][/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.