2 lines
134 B
Text
2 lines
134 B
Text
*myInteger + 3 * SizeOf(Integer) ;pointer now points to myArray(3)
|
|
*myInteger - 2 * SizeOf(Integer) ;pointer now points to myArray(1)
|