Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
General Forums => The Campus => Topic started by: JHER VON ARBANEL on September 20, 2005, 08:28:59 PM
Title:
structure`s array
Post by:
JHER VON ARBANEL
on
September 20, 2005, 08:28:59 PM
how can i define an array of structures for example a array of POINT :bdg
Title:
Re: structure`s array
Post by:
P1
on
September 20, 2005, 08:40:38 PM
From Windows.inc, POINTL is an alias for Point.
Code
Select
Expand
aptlDest POINTL 3 dup(<>)
Regards, P1 :8)
Text only
|
Text with Images