Using a NULL value when updates or adding a record in revolution doesn&#39;t work<br><br>   put VDataBase_Table( mData, &quot;TableA&quot; ) into TableA<br>   get VTable_SetBlank( TableA)<br>   put VTable_Field( TableA,&quot;RecordA&quot;) into RecordA<br>
   get VField_Value( RecordA, NULL)<br>   get VTable_AddRecord( TableA)<br><br>Is there something I&#39;m missing? Is there a special way to code NULL values in revolution?<br><br><br>