[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HashNums 32.dll and Visual Basic 6



PureBytes Links

Trading Reference Links

Hello,


I am using the HashNums 32.dll . I woud like to know if somebody does know
how to use
the command getStrNo under VB6 ?

I try the example :

Dim buff As String
buff = String(255, 0)
X% = getStrNo(objIndexText.text, x, buff)

1/    I try to replace objIndexText.text with an object and then with a
string , but it didn't work . I don't get back
my string with the index x.

Do you have an example for it ?

Thank you very much for your help

Emmanuel