how to assign undefined or null value after value is set

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

how to assign undefined or null value after value is set

Post by swiftinitpvtltd »

By default date and other values are undefined or null, once set if we want to unset to null or undefined how to do that?

BO.StartDate=''
Does this make it null?
customaware
Posts: 2399
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: how to assign undefined or null value after value is set

Post by customaware »

BO.StartDate = UNDEFINED
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Re: how to assign undefined or null value after value is set

Post by swiftinitpvtltd »

Thanks Mark!
Post Reply