+ Reply to Thread
Results 1 to 2 of 2

Handling null values

  1. Handling null values

    I thought there was an Nz function in LotusScript or an alternative.
    In VB, the Nz function converts a returned null value to a user
    defined value, like "" or 0.

    Anyone have any thoughts?

    Thanks.

  2. Re: Handling null values

    Hi,

    Use the keyword "Nothing" equivallent to Null.:)

+ Reply to Thread