misterxed Level: VB Lord Registered: 12-06-2005 Posts: 151
Where r the Gurus?
Sub Main()
Echo("Hello??")
Echo("Anybody home??")
Echo("Y ain't any1 replyin on the forum??")
End Sub
Private Sub Echo(sEcho as String)
For I = 1 to 3
Print sEcho
Next I
End Sub
OUTPUT:
Hello??
Hello??
Hello??
Anybody home??
Anybody home??
Anybody home??
Y ain't any1 replyin on the forum??
Y ain't any1 replyin on the forum??
Y ain't any1 replyin on the forum??
Byes
____________________________
lOsT...
10-08-2006 at 07:53 AM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: Where r the Gurus?
Hi,
Speaking for myself,
The questions/queries raised lately have been mostly google-able and no-one appears to have attempted solutions. Possibly your particular query is a legit one, and for that I apologise and will gladly attempt a response if I know about the subject-matter.
Regards,
Kieron
(Note. kieron's opinions are not the opinions of AndreaVb, and are expressed as such. Any inference that Kieron represents either AndreaVB or the other mod's is purely coincidental)
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
26-08-2006 at 11:23 PM
|
GeoffS Level: VB Lord Registered: 29-09-2004 Posts: 536
Re: Where r the Gurus?
Hi,
Although I do attempt to help where I can I am neither a moderator nor a Guru, as such I am not in a position to answer this thread directly. However, I would, as a "standard" user of this Forum, like to say that I agree with Kierons comments. A "Guru" is not needed when there is no "specific" problem, and where there is no attempt by the poster to solve their own problem by even the most obvious of methods such as "F1", or a search on MSDN. There have been an aweful lot of postings recently that fit into this catagory.
I personally think that all the Moderators and Gurus of this site do a great job and help a lot of people with a lot of problems. Keep it up guys!
____________________________ multi-tasking - the ability to hang more than one app. at the same time.
27-08-2006 at 09:21 AM
|
misterxed Level: VB Lord Registered: 12-06-2005 Posts: 151
Re: Where r the Gurus?
Hi there,
Yup! I completely agree with u guys.... it was just that certain queries were not being answered for quite some time... And usually, when I post I'm in a hurry ...
Anywayz, all the mods, gurus etc out here r doing real good! Keep up the good work guys!
Regards...
BTW Geoffs, by gurus I meant vb lords as well . U qualify to b a guru if u can answer so many queries that u do!
[Edited by misterxed on 27-08-2006 at 04:47 PM GMT]