Hi Bryan,
Seems I can't get the build right - my fault sorry.
In the mean time make the fix in your netweb.clw file
search for
ans = choose(instring('.',loc:pic,1,1)>0,deformat(loc:value),deformat(loc:value,loc:pic))
and replace with
ans = choose(instring('`',loc:pic,1,1)=0,deformat(loc:value),deformat(loc:value,loc:pic))
Sorry again.
cheers
Bruce