B
bartj1
Hello,
I am a vb (classic vb5/vb6) programmer who is getting his feet wet with
..net.
I have been attempting to use various old vb functions and tweek them
as required to get thme to run under .net. In many cases I was
pleasently surprised by how easy it was, and in other cases I have had
to do searches on the net as the local help is nearly worthless(too
much information that I dont need).
Can anyone recommend a place on the web where there is a good table of
equlivent(vb > .net) translations?
At presently I am looking to find a translation for the FUNCTON
"String" which takes 2 arguments to create a string with X occurances
of Y: Old VB = String(5,"A") . This returns a string of "AAAAA".
All web searches to date either take me down the path of -string as
varibale- or -string as an object- to be parsed.
Comments?
Thanks
bartj
I am a vb (classic vb5/vb6) programmer who is getting his feet wet with
..net.
I have been attempting to use various old vb functions and tweek them
as required to get thme to run under .net. In many cases I was
pleasently surprised by how easy it was, and in other cases I have had
to do searches on the net as the local help is nearly worthless(too
much information that I dont need).
Can anyone recommend a place on the web where there is a good table of
equlivent(vb > .net) translations?
At presently I am looking to find a translation for the FUNCTON
"String" which takes 2 arguments to create a string with X occurances
of Y: Old VB = String(5,"A") . This returns a string of "AAAAA".
All web searches to date either take me down the path of -string as
varibale- or -string as an object- to be parsed.
Comments?
Thanks
bartj