viewing paste Unknown #19093 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
                mes "Question - Answer";
                query_sql "SELECT `a`,`q`,`who` FROM `faq_system` ORDER BY `f`",.@Answer$,.@Question$,.@Who$;
                next;
                .@menu$ = "";
                for(set .@i,0; .@i <= getarraysize(.@Question$); set .@i, .@i +1) {
                    if(.@Question$[.@i] != "")
                        .@menu$ = .@menu$ + "> ^0000FF "+.@Question$[.@i]+"^000000";
                        
                    .@menu$ = .@menu$ + ":";
 
                }
                .@Question = select(.@menu$)-1;
Viewed 682 times, submitted by Guest.