starmistress
IS-IT--Management
What are some possible reasons that an array will not get buildt. When the program runs I get an error stating that 'Variable "AIMAGES" Not Found'. The code is as follows:
&& array of images in the directory of the text line
nImages = adir(aImages, cImgDir + '\*.tif')
if nImages < 1
_text = nErrorHandle
\\No images found for <<cImgDir>>
endiff
&& array of images in the directory of the text line
nImages = adir(aImages, cImgDir + '\*.tif')
if nImages < 1
_text = nErrorHandle
\\No images found for <<cImgDir>>
endiff