This is Delphi 6 code I would like to translate in Visual Basic any 
body can help me in this case?

type
  Dpoint=record
    x,y,z:real;
  end;
  Intersect=record
    SectType:integer;
    stpoint,enpoint:dpoint;
    slope,yintersect:extended;
    IPoint:array[1..8] of Dpoint;
  end;
  sptype=record
    Yval:extended;
    sp:extended;
  end;

Best regards,

Irfan 










'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to