RE VB5
I would like to graphically plot a series of numbers (exponential - log) in
an x-y coordinate system. This subject is briefly covered in my reference
books, but I am having little success. Does anyone know of a good reference
book, web site, or add-in component that might help me?
Thanks
Nick
sub form_click()
for x=0 to me.width
y=log(x)
me.pset(x,me.height-y),vbblack
next
end sub
--
auric dot auric at gmail dot com
email sent to the above address is not treated as private
*****
Castle Grayskull isn't just some green pile of bricks shaped like a
demon, and it's not just where the Sorceress takes showers.
--
Posted via a free Usenet account from http://www.teranews.com