Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked [Alternativa] Right$


top10

Recommended Posts

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

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

 

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

Alternative_Right = StrConv(rtcRightCharBstr(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.