@NameLookup
Where have I been?
Was I just not paying attention?
How could this @function have existed since R5!?! and I only come across it during an LDD/devloperWorks search yesterday?
I've not had to do it much, but before when I've had to try to grab a field in an address book entry related to a user, I'd have to go through some big rig-a-ma-rol of getting a hidden view in the NAB, and a key and some other stuff and then go to a field and get it's value...and now it's as simple as:
id := @NameLookup([Exhaustive];@UserName;"Assistant");
@If(@IsError(id);"";id)
Where have you been all my coding life @NameLookup?
Reading currently... "Isaac Asimov's Robots in Time - Book 2: Marauder" - by William F. Wu











