FindNext

Description #

Returns the address of the first data element of the next widget in HL. It must be called directly after FindFirst or FindNext since it uses ASM registers inaccessible from Axe !

Key : LinRegTTest [stats] [←]

Inputs #

  • It must be called directly after FindFirst or FindNext. Make sure that you didn’t change any ASM register from when you called one of these funcs.

Format #

.Push widgets here
FindFirst
FindNext
.Code