[Xotcl] Trouble by passing parmaters values by class creating
Artur Trzewik
mail at xdobry.de
Sun Oct 12 11:29:36 CEST 2003
Hi!
I have noticed some problems by passing parameters by class creating
Example
% Class A -parameter par
::A
% A create a -par -e
Can't find result of parameter par during '::a par'
%
# This one was OK.
% A create a
::a
% a par -e
-e
It seems it is imposible to pass any parameter value beginning with '-' by
creating some instance.
Is there any workaround for this problem?
Artur Trzewik
More information about the Xotcl
mailing list