Skip to Content
0
Former Member
May 10, 2008 at 09:31 AM

how to use memory ID

41 Views

hi

in code given below what is the significance of MEMORY-ID ,

***

*import c from memory id 'CID'.

*c = c + 1.

*clear p.

*p = c mod 2.

*if p is not initial. " adding 0.01 to the characteristic value for p.o amt.

*e_cekko-GNETW = e_cekko-GNETW + '0.01'.

*else.

*e_cekko-GNETW = e_cekko-GNETW - '0.01'.

*export c to memory id 'CID'.

***

*endif.

every time i am executing program , it always have P NOT INITIAL

can i use this without using MEMORY ID .as C and P is declared here it self in program.