|
not really, i was just trying to see if this new feature was actually working or not. the only default property I could think of off hand was the VALUE property of the FIELD object, so when I ran that script, i got this:
cn=xxx cn=yyy cn=zzz
even though in the script, i didn't say this:
?"cn=" $rs.fields("computername").value
it used this:
?"cn=" $rs.fields("computername")
and it worked. The point is I guess is that this new feature is the cause, i think, of a few problems i've seen lately, like for example, in the first script I posted, testing for object creation.
-Shawn
p.s. not really problems i guess, more along the lines that we will have to change the way we do things. for example, test @ERROR after object creation, instead of the $object variable itself. [ 25 May 2002, 04:16: Message edited by: Shawn ]
|