The system variable #Appendices returns the image file names of the appendices.
The format of #Appendices depends on how many appendices are allowed with the form. FORMS inserts the correct length automatically when you click in the Transaction description dialog while the form definition is active, and then select All fields in definition order or All fields in verification order.
The file names are separated with a NULL character (value 0). The first file name includes the complete path, while subsequent file names do not. The last file name ends with two NULL characters (00).
Example (Windows XP and Windows 2003):
C:\Program Files\ReadSoft\FORMS\IMG\4K943003.TIF[NULL]4K943005.TIF[NULL]4K94007.TIF[NULL][NULL]
Example (newer operating systems):
C:\Users\Public\ReadSoft\FORMS\Img\4K943003.TIF[NULL]4K943005.TIF[NULL]4K94007.TIF[NULL][NULL]