- Code: Select all
CatalogList[i]=(i<82)?i-2:82;
CatalogList[i]=(i<82)?i-2:82;
ii=i;jj=i-2;
CatalogList[i]=(ii<82)?jj:85;
DST wrote:lol yes, that's exactly what happened to me with code fuzzy told me about, the whole (x<y)? thing.....
I blame fuzzy. Just...because.
Hear that fuzz!? You are the cause of all my problems in this life!
CatalogList[i] = (i<82)?i-2:82;
CatalogList[i] = (i<82)?(i-2):82;
Fuzzy wrote:
- Code: Select all
CatalogList[i] = (i<82)?(i-2):82;
next time you LISTEN when I teach things.
Bee-Ant wrote:
- Code: Select all
ii=i;jj=i-2;
CatalogList[i]=(ii<82)?jj:85;
xxx = (i<82)?i-2:82;
ii=(i<82)?i-2:85;
CatalogList[i]=ii;
Users browsing this forum: No registered users and 1 guest