Jump to content
Server Maintenance This Week. ×

IsEmpty() and Local Vars.


This topic is 4757 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello all:

Does anyone see any problems w/ the following :

IsEmpty ($variable)

It seems to work just fine but the documentation for this function under 'format' says:

IsEmpty (field)

So I was just wondering if putting a local variable in this function instead of a field is a good idea.

Sincerely,

Dom

Link to comment
Share on other sites

It seems to work just fine but the documentation for this function under 'format' says:

IsEmpty (field)

... but some lines down, it says:

Parameters

field - any field name, text expression, or numeric expression

So yes, that is correct and these ones are all true:

IsEmpty ( "" )

IsEmpty ( Trim ( " " ) )

IsEmpty ( Filter ( "abc"; "ABC" ) )

Link to comment
Share on other sites

This topic is 4757 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.