Page 1 of 1

DPlot_3DBorder

Posted: Thu Apr 07, 2005 2:39 pm
by guibson
For the DPlot_3DBorder function. Can you show me how to dimension the array? Need I to create a type like that?

Code: Select all

Type Points
  X  as Double
  Y  as Double
End Type
Dim arPoints() as Points
Is it OK?
________
Buy Volcano Vaporizer

Posted: Thu Apr 07, 2005 3:22 pm
by DPlotAdmin
Yes, that will do nicely.