Regards
Adam
structure myst_1, myst_2
... assigning values to myst_1...
// to clear the values in myst_1
myst_1 = myst_2
That way works with arrays, I never tried it with structures.
HTH
Uwe
"Adam Mielcarski" <amie...@polbox.com> schrieb im Newsbeitrag
news:3A363C6A...@polbox.com...
--
<iwantmysizeoffunctioninpb8 />
Roy Kiesler [TeamSybase]
mySybase - http://my.sybase.com
"Adam Mielcarski" <amie...@polbox.com> wrote in message
news:3A363C6A...@polbox.com...
struct_name lstruct
... <other code but NO assignments to lstruct or its members>
mystruct = lstruct
hth,
DaveE
PowerObject lpo_null
SetNull (lpo_null)
lstr_mystr = lpo_null
Regards
Jarek
"Adam Mielcarski" <amie...@polbox.com> wrote in message
news:3A363C6A...@polbox.com...