Nuno Posted June 1, 2006 at 08:15 AM Report #30527 Posted June 1, 2006 at 08:15 AM pessoal em bsic.net o que é que tenho que utilizar em vez de "strptr"... por exem: Private Function TrimNull(ByRef startstr As String) As Stringmore: 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm? 'UPGRADE_ISSUE: StrPtr function is not supported. Click for keyword="vbup1040"' TrimNull = VB.Left(startstr, lstrlen(Strptr(startstr))) End Function
Tiago Salgado Posted June 1, 2006 at 09:37 AM Report #30532 Posted June 1, 2006 at 09:37 AM Nem sequer conheço essa função. Explica lá qual a finalidade dela e talvez te indiquem a equivalente em vb.net
NuGuN Posted June 1, 2006 at 08:53 PM Report #30645 Posted June 1, 2006 at 08:53 PM O que faz a função http://www.powerbasic.com/support/help/pbcc/strptr_function.htm Vê se istu resolve o problema http://www.codeproject.com/vb/net/CopyMemory_in_Net.asp Sinseramente não percebi bem o que essa função faz Nuno podes esplicar em que aplicas essa função? cumps
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now