XeroBall Posted March 17, 2013 Posted March 17, 2013 morocc,154,97,4 script Fb#1 105,{ mes "welcome"; next; switch(select("yes:no")) { case 1: query_sql "SELECT `share_id`,`share_date` FROM `share_fb` WHERE `account_id`='"+getcharid(3)+"' AND `share_status`='0'",.share_id,.share_date; for (set .i,0; .i < getarraysize(.share_id); set .i,.i++) { switch(select("- "+ .share_date[.i]+ ":- nothing")) { case 1: close; case 2: close; } } case 2: close; } } menu is not show Date 'YYYY-MM-DD' but show 'YYYY' help me plz Quote
KeyWorld Posted March 17, 2013 Posted March 17, 2013 Replace .share_date with .share_date$ The value is truncate because of the conversion to int. 1 Quote
Question
XeroBall
menu is not show Date 'YYYY-MM-DD' but show 'YYYY'
help me plz
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.