[REBOL] Setting argument values in objects
From: moeller_thorsten:gmx at: 5-Nov-2001 10:54
Hi list,
i have the following problem with objects.
I have an object called "proctype-obj" having about ten arguments for
different processortypes.
I have variable ( word ) containing a string which is the path to the
objects argument like
proc: "proctype-obj/IntelPentium(R)processor"
I have another variable containig an integer value like
count: 2
How can i set the argument in the object
(proctype-obj/IntelPentium(R)processor) to the value of the count variable???
Please help.
Thanks
Thorsten