Hi Alberto,
done for the next build.
Incidentally, all the NetWeb methods, if the return a string, return a clipped string. So it's not necessary to have
clip(p_web.Translate(p_web.site.LocatePromptText))
because
p_web.Translate(p_web.site.LocatePromptText)
is already clipped.
Cheers
Bruce