News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

structure`s array

Started by JHER VON ARBANEL, September 20, 2005, 08:28:59 PM

Previous topic - Next topic

JHER VON ARBANEL

  how can i define an array of structures for example a array of POINT  :bdg

         

P1

From Windows.inc, POINTL is an alias for Point.
  aptlDest      POINTL 3 dup(<>)

Regards,  P1  :8)