|
-
Oct 21st, 2002, 06:04 AM
#1
Thread Starter
Addicted Member
HowTo: String Command [ String(3, "w') = "www" ] * SOLVED *
Howto do this in .NET
In Visual Basic 6 i use to build fixed string with the string command.
Just enter the number of characters and the characted to fill with.
I need this function in a VB.NET Application, but it seems like this function is not available anymore.
Is there an other function that replaces this one?
Greets Nightmare
Last edited by Nigh™a®e; Oct 22nd, 2002 at 02:56 AM.
-
Oct 21st, 2002, 01:23 PM
#2
Member
Try
strDup(3,"w") = "www"
Harold Hoffman
-
Oct 22nd, 2002, 02:56 AM
#3
Thread Starter
Addicted Member
tnx a lot
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|