0

Testing for blank field

How does one test for a blank field Eg copy value from a populated field to a blank field using if statement >>>>>

Thanks

if 'Full name' = null then Name end

3 replies

null
    • blackie
    • 5 yrs ago
    • Reported - view

    if 'Full name' = null then

    'Full name' ;= Name

    end

    • blackie
    • 5 yrs ago
    • Reported - view

    Sorry, typo above. : not ;

     

    if 'Full name' = null then

    'Full name' := Name

    end

    • tlmerrick
    • 5 yrs ago
    • Reported - view

    Thanks blackie

Content aside

  • 5 yrs agoLast active
  • 3Replies
  • 1256Views