2005-10-20
06:48 AM
- last edited on
2023-05-24
12:48 PM
by
Rubia Torres
2005-10-20 08:26 AM
2005-10-20 11:42 PM
2005-10-21 08:41 AM
IF sts THEN
IF object_name="window1" THEN stsR= REQUEST ("ASSOCLP_PARVALUE", "swing_type",index, type, flags, dim1, dim2, val_dtp)
IF object_name="window2" THEN stsR= REQUEST ("ASSOCLP_PARVALUE", "opening_type",index, type, flags, dim1, dim2, val_dtp)
ENDIF
You should use the results of the REQUEST. In my code STS and STS1. They are zero, if there is no parameter with this name to request from. In this case val_dtp could become/keep numeric and you maybe run in 2D into an error
2005-10-21 05:46 PM