Home RAP

field is null ?

edited May 2003 in RAP
Hello,

sorry, bur I can not find how to write test if a field IS NULL :o(
I know, I have used it, but it was long time before,...


how can I write : if apipeline['afield'].IsNull then .... ???


thank you,
Slava

Comments

  • edited May 2003
    Hi Slava,

    You can use the following ...
    myDataPipeline.FieldObjects['myFieldName'].IsNull
    ... to test for NULL values.

    regards,
    Chris Ueberall;
This discussion has been closed.