.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt UpdateField ^^^^^^^^^^^ Based on the current input set another field within the same table. sField ------ String. The column to be set. sValue ------ String. The new value - use markers here of course. Also you might use markers prefixed with "col-" if you need the pure and not the already restructured value. So, a Timestamp-configured column named crdate may be used as ###crdate### (which is the already re-formatted date) or as ###col-crdate### which is the original UNIX timestamp.