From:
<car...@te...> - 2003-11-11 18:56:24
|
Hello: > string commandText = this.commands[actualCommand]; > if (this.commandText != null && this.commandText.Trim().Length > 0) > > The test is done with respect to this.commandText, however it is a > local variable (commandText) that should be tested here, or am I > wrong ? > > This might be the real cause of my troubles... You are more than right :) thanks very much. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |