` 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 10, 2024, 1:08 am
This article has been viewed/printed 35125 times.