cls _stdid = 0 @ 5,5 say "STDID : " get _stdid read if updated() use std locate for _stdid = stdid if found() @ 6,5 say "STDNAME : " get stdname @ 7,5 say "STDSURNAME : " get stdsurname @ 8,5 say "ADDR : " get addr @ 9,5 say "URL : " get url @ 10,5 say "E-Mail : " get email @ 11,5 say "TEL : " get tel @ 12,5 say "MOBILE : " get mobile @ 13,5 say "SALARY : " get salary @ 14,5 say "DREAM : " get dream read if updated() repl stdname with stdname, stdsurname with stdsurname,; addr with addr , url with url,; tel with tel , mobile with mobile,; salary with salary , dream with dream endif @ 15,5 say "Update completely .. bye" else @ 6,5 say "Oh! not found .. bye" endif endif