HighTechTalks DotNet Forums  

Re: Please look at my code!

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss Re: Please look at my code! in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Christian-Josef Schrattenthaler
 
Posts: n/a

Default Re: Please look at my code! - 05-25-2005 , 03:53 AM






Hi Lars-Inge!

Quote:
String date = dtTemp.ToString("d.MM.yyyy");

Aber fehlt hier nicht ein "d" hier? So?
String date = dtTemp.ToString("dd.MM.yyyy");
The date was automatically corrected by the access-file. But I correct
the ASP.NET code yet.

Quote:
Sie können die Booleschen unterschiedlichen Werte tun.
Aber es gibt keine Probleme mit Ihrem Programmcode.
Ein erfahrener Programmkodierer schreibt:

public void One( )
{
if ( two() == true )
{
// Do code here if two returns 'true'
// Runs the method 'three'
three();
}
else
{
// Else do code here.
}
}

public boolean two()
{
return true;
}

public void three()
{
// code
}
I correct my code (at home) to the boolean-system by a hint in my
Java-book. This was the first time, that a Java-code worked correctly
without any changes in my ASP.NET file. And I also changed my methods
to "public".

Quote:
Ich hoffe, daß DU mein Deutsche verstehst. Ich bin sehr schlecht mit
der Gramatik )
Kein Problem, konnte alles verstehen. Mein Englisch ist ja auch nicht
gerade gut.
No problem, I understand eyerything. My englisch is also not good.

Schöne Grüße aus Kufstein (in Tirol),
Christian.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.