dixonpete 0 Posted September 9, 2011 I'm used to having an ALEN function for this. I'm getting an array generated that I don't know the size of and I need to process its contents. Is there a technique? Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted September 9, 2011 Use the function UBound() .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites
dixonpete 0 Posted September 9, 2011 Ah, it's the UBound function. Stuck for hours then 10 minutes after I post the question I find the answer myself. Figures.. Share this post Link to post Share on other sites