Hi,
add command
select "mytable"
append blank
GATHER MEMVAR
replace mytable.userfields with username+ " " + ttoc(datetime())
edit command
select "mytable"
GATHER MEMVAR
replace mytable.userfields with &&<I>please fill in this</I> + username + " " + ttoc(datetime())
I need help on my edit command. What I want is that what was saved in my add command will be concatenated with username+ " " + ttoc(datetime()).
TIA...