PART A
i have an array
EG.
my array : 1,2,1,3,1,1,1,4
extracted array : 2,3,4

i wan to extract onli the values above 1 and put them in another new array.
then from there i wan to display input textboxes according to number of number element
of elements in the "newly extracted array"

so in the EXAMPLE's case, it would provide 3 textboxes.
.................................................





u see i am trying to make an "equation" type of question for the user to input.
something like this:

EG.
_! x _! x _!

imagine "_" represents the textboxes (from part A) that i wan to appear...so how do i keep
updating where the "x" or multiplication sign and also the "!" or factorial?



so how do i do all this?....pls help mi if u can
I'd really appreciate it..thanks
PSls dun ask wat a factorial is...its got something to do with probability....i'm sick of it already..
[Edited by darfiszie on 06-27-2001 at 01:23 PM]