As my AFL code processes the arrays in an exploration, I want to save a 
specific LOW price off for later use in a mathematical computation. What is the 
easiest way to accomplish this? My guess is to put it into another array field. 
How do I do this?

I am new to this AFL language and not a C programmer. In Assembler or COBOL I 
would just save the number in a variable I established, and it would remain 
intact until I change it, or save an index into the array for later use.

Or, may I set a pointer to the array field, for example by setting BeginValue 
from within AFL? 
Thanks

Reply via email to