NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on March 25, 2014, 02:45:14 AM
-
Hi Bruce
NT8.02.
M original statement was:
packet = p_web.SetSessionValue('SV_PDE:UniqueCode',clip(PDE:UniqueCode))
then I change it to
packet.SetValue(p_web.SetSessionValue('SV_PDE:UniqueCode',clip(PDE:UniqueCode)))
is this correct?
Tanks
Johan
-
Yes you must replace your:
packet =
by
packet.Setvalue()
and packet = clip(packet) &
by
packet.Append()
Regardss
-
Many tanks for the confirmation
Johan