|
The dwDescribe function has a new column type value: decimal
Numeric fields do not require quotation marks in dwModify. For example, to change the color of the column named student to red, you can enter:
dw_1.dwModify("student.color=255")
instead of:
dwModify(dw_1, "student.color=~"255~"")
Additional new features
|