Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. If ( ( ( IsNull( strNewSpecification ) = False )
  2. And ( IsEmpty( strNewSpecification ) = False ) )
  3. And ( ( IsNull( strNewThreadDescription ) = False )
  4. And ( IsEmpty( strNewThreadDescription ) = False ) )
  5. And ( ( IsNull( strOldSpecification ) = False )
  6. And ( IsEmpty( strOldSpecification ) = False ) )
  7. And ( ( IsNull( strOldThreadDescription ) = False )
  8. And ( IsEmpty( strOldThreadDescription ) = False ) ) )
  9. Then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement