Hi team,
how can I created the maximum value of a shared variable?
I have my shared variable called @Chargerate in GF10
I now want to show the Maximum of this @Chargerate in GF4
I tried this... but it is not working...
shared numbervar Chargerate;
numbervar TOTAL;
TOTAL := Maximum (shared numbervar Chargerate);
Can you please advise?
THANKS a bunch,
Sabine