var/expn1[] = {110, 150, 245, 355, 470, 585, 610, 765}
I can't understand why this is wrong. It's the first time I have used a list (or a matrix of values, for you guys who have learned C++) in this manner. I'm sure it's something stupid that I'm overlooking.
\_/***\_/
This is the first real problem I've had in weeks. I feel like I have not posted here for forever...
\_/***\_/
--Vito
var/list/expn1[]=list(110,150,245,355,470,585,610,765)