Re: How can we copy an integer's value to a sequence?
> THIS IS A MESSAGE IN 'MIME' FORMAT. Your mail reader does not support MIME.
> Please read the first section, which is plain text, and ignore the rest.
--Interpart.Boundary.11.22.33.M2Y2508
There's a few ways to do it depending on your
application.:
integer i
sequence s
i=10
s={i}
s=prepend(s,i)
s=append(s,i)
s[2]=i
That's all I can think of off the top of my head,
let me know if it helps.
E.Allen Soard
Bookmark the HyperMart Small Business Center. All the tools you need to
succeed!
http://www.hypermart.net/center/
--Interpart.Boundary.11.22.33.M2Y2508
Content-Disposition: attachment; filename="OriginalBody.htm"
|
Not Categorized, Please Help
|
|