User Control Panel
Advertisements
HELP US, HELP YOU!
Author
Message
gunner Newbie Joined: 01 Jul 2004Posts: 39
Posted: Sun Feb 20, 2005 7:13 pm Post subject:
like perl has \n , how can i do that in vb? Bigmouth sayd: but that didnt worked... :blink:
Back to top
alienz Almost An Agent Joined: 22 Mar 2004Posts: 1436 Location: Mars
Back to top
gunner Newbie Joined: 01 Jul 2004Posts: 39
Posted: Sun Feb 20, 2005 7:39 pm Post subject:
can you just like tell me?
Back to top
..::BIGmouth( )::.. God Like Joined: 05 Feb 2004Posts: 801
Posted: Sun Feb 20, 2005 8:00 pm Post subject:
Ugh, hes giving you tutorials for VB and hopefully, you'd read one some day. And why not trying to do research on new lines? - I'm pretty sure it is "\*lazy*\n" -_-
Back to top
gunner Newbie Joined: 01 Jul 2004Posts: 39
Posted: Sun Feb 20, 2005 8:12 pm Post subject:
Code: ********************************@gmail.com says:<br />Menu: Under Construction! Please come back later.\*lazy*\n lol
i must be doing it wrong?
Back to top
darkmonkey The Merovingian Joined: 18 Apr 2004Posts: 2557 Location: London, England votes : 7
Posted: Sun Feb 20, 2005 9:14 pm Post subject:
Yes. Make sure they are treated the same way as a variable, not a string. In Perl, the difference is:QUOTE(wrong)
print 'hello\*lazy*\n';
QUOTE(right)
print "hello\*lazy*\n";
_________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
Addict Not Yet a God Joined: 21 Jan 2004Posts: 473
Posted: Sun Feb 20, 2005 9:22 pm Post subject:
It's Bigmouth..didn't you used to use VB?
Back to top
..::BIGmouth( )::.. God Like Joined: 05 Feb 2004Posts: 801
Posted: Sun Feb 20, 2005 9:32 pm Post subject:
Nope, I havn't. well I have for like 2 days. But I'm going to start using it one day.
Back to top
gunner Newbie Joined: 01 Jul 2004Posts: 39
Posted: Mon Feb 21, 2005 7:29 am Post subject:
lol i dont understand where to input i try'd this: Code: SendMSG "Menu: Under Construction! Please come back later.vbNewLine test"
:ph34r:
Back to top
JTW God Like Joined: 07 Mar 2004Posts: 582 Location: Maidstone votes : 4
Posted: Mon Feb 21, 2005 7:51 am Post subject:
I have a strong feeling it is Code: SendMSG "Menu: Under Construction! Please come back later. " & vbNewLine & "test"
Well at least thats how I rember it being when iused to do VB (it was only for 2 or 3 weeks so its probly wrong ) _________________ "Help us, Help you" - BotDepot
Back to top
Keenie Almost An Agent Joined: 31 Oct 2003Posts: 1071
Posted: Mon Feb 21, 2005 1:17 pm Post subject:
\*lazy*\n in perl is the same as vbCrLf in vb.
Back to top
gunner Newbie Joined: 01 Jul 2004Posts: 39
Posted: Mon Feb 21, 2005 2:37 pm Post subject:
Ah tnx JTW -_- ^_^
Back to top