` Printed Icetips Article

Icetips Article



Par2: Obtain value of a variable in a skeleton
2000-06-05 -- Sebastian Talamoni
 
You can obtain WHATEVER you want from a skeleton.

What you need to do is to specify a Skeleton Property ( i am calling them
SkProps for short) and then derive the GetProperty method and return the
global var instead.

For example : Glo:Amount

In the skeleton:


In the procedure
GetProperty
  IF name="Amount"
      RETURN CreateStringValue(Glo:Amount)



Printed May 7, 2024, 7:25 pm
This article has been viewed/printed 35124 times.