structinsert/structupdate or just set it?

2004-07-14 Thread Matt Robertson
Is there any reason I'd do this: StructUpdate(Foo,Bar,WooHoo); or this: StructInsert(Foo,Bar,WooHoo); rather than just doing this? Foo.Bar=WooHoo; In both cases I would explicitly state beforehand: Foo=StructNew(); -- --Matt Robertson-- MSB Designs, Inc. mysecretbase.com [Todays Threads]

RE: structinsert/structupdate or just set it?

2004-07-14 Thread Barney Boisvert
: structinsert/structupdate or just set it? Is there any reason I'd do this: StructUpdate(Foo,Bar,WooHoo); or this: StructInsert(Foo,Bar,WooHoo); rather than just doing this? Foo.Bar=WooHoo; In both cases I would explicitly state beforehand: Foo=StructNew(); -- --Matt Robertson