YAPQ
-
YAPQ stand for Yet Another Programing Question :laugh: I found it fun to join the crowd of people asking programing question on the lounge despite clearly outlined guidelines to the contrary. But this is no ordinary question, this an Artistic question. In my whole programing life I total, perhap, 12Hours of VB.NET. However I might have to learn and practice it seriously in the near future (for some reason, not programing related, it would actually be very cool). Anyway, checking my hazy memory I though that the below code sample could be perfectly valid (though a tad superfluous shall I say). What do you think? == the sample == VAR AVARIABLE; AVariable = 1; aVARIABLE = 2; avariable = 3; if aVariAble EquaLS 1 ThEn console.writeLINE("Hoho!");
-
YAPQ stand for Yet Another Programing Question :laugh: I found it fun to join the crowd of people asking programing question on the lounge despite clearly outlined guidelines to the contrary. But this is no ordinary question, this an Artistic question. In my whole programing life I total, perhap, 12Hours of VB.NET. However I might have to learn and practice it seriously in the near future (for some reason, not programing related, it would actually be very cool). Anyway, checking my hazy memory I though that the below code sample could be perfectly valid (though a tad superfluous shall I say). What do you think? == the sample == VAR AVARIABLE; AVariable = 1; aVARIABLE = 2; avariable = 3; if aVariAble EquaLS 1 ThEn console.writeLINE("Hoho!");
-
YAPQ stand for Yet Another Programing Question :laugh: I found it fun to join the crowd of people asking programing question on the lounge despite clearly outlined guidelines to the contrary. But this is no ordinary question, this an Artistic question. In my whole programing life I total, perhap, 12Hours of VB.NET. However I might have to learn and practice it seriously in the near future (for some reason, not programing related, it would actually be very cool). Anyway, checking my hazy memory I though that the below code sample could be perfectly valid (though a tad superfluous shall I say). What do you think? == the sample == VAR AVARIABLE; AVariable = 1; aVARIABLE = 2; avariable = 3; if aVariAble EquaLS 1 ThEn console.writeLINE("Hoho!");
Super Lloyd wrote:
== the sample == VAR AVARIABLE; AVariable = 1; aVARIABLE = 2; avariable = 3; if aVariAble EquaLS 1 ThEn console.writeLINE("Hoho!");
That's weird code - and it compiles in VB too? :~ Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there! -
Super Lloyd wrote:
== the sample == VAR AVARIABLE; AVariable = 1; aVARIABLE = 2; avariable = 3; if aVariAble EquaLS 1 ThEn console.writeLINE("Hoho!");
That's weird code - and it compiles in VB too? :~ Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
The Ultimate Grid - The #1 MFC grid out there!I don't know... But I think it will, it's what's funny! I'm not sure case independence is that good :laugh:
-
YAPQ stand for Yet Another Programing Question :laugh: I found it fun to join the crowd of people asking programing question on the lounge despite clearly outlined guidelines to the contrary. But this is no ordinary question, this an Artistic question. In my whole programing life I total, perhap, 12Hours of VB.NET. However I might have to learn and practice it seriously in the near future (for some reason, not programing related, it would actually be very cool). Anyway, checking my hazy memory I though that the below code sample could be perfectly valid (though a tad superfluous shall I say). What do you think? == the sample == VAR AVARIABLE; AVariable = 1; aVARIABLE = 2; avariable = 3; if aVariAble EquaLS 1 ThEn console.writeLINE("Hoho!");
Are you being sarcastic or were you hit with a large brick recently or something? :-> Jeremy Falcon
-
Are you being sarcastic or were you hit with a large brick recently or something? :-> Jeremy Falcon
hehehe.... I was just having fun with myself about VB (which, ahum.. I don't really know anyway) and though that to be a nice argument for case sensitive language. But I have no intention start a flame war. In fact I would be first to admit it doesn't matter much more than that :laugh: