01-22-2008, 05:50 PM
It is in dialog help, initializing controls. Or I don't understand your question.
Better don't set the value in declaration line, because dialog editor overwrites it. Make separate statement.
...
str c3Ch ;;not here because will overwrite
c3Ch=1 ;;here is ok
ShowDialog ...
Better don't set the value in declaration line, because dialog editor overwrites it. Make separate statement.
...
str c3Ch ;;not here because will overwrite
c3Ch=1 ;;here is ok
ShowDialog ...
