N
nehaakg
Guest
Thanks Brian and Laura! Just to be more clear on this point, if this is the case as Brian and Laura explained then wouldn't it be same for ON write statement as well? But ON write statement is getting executed even i am writing it after create + assign statements. define variable x as int init 1. create table1. assign table1.field1 = x. on write of table1 do: table1.field2 = 8. end.
Continue reading...
Continue reading...