R rupertshih Client Регистрация 13.09.2011 Сообщения 44 Благодарностей 1 Баллы 0 13.09.2011 #1 hi is there anyway to do something like Switch Case statement in C/C++/Java..? Thanks
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 13.09.2011 #2 You mean like changing the case of the letters. String.ToUpper or String.ToLower is in the Macros Builder.
You mean like changing the case of the letters. String.ToUpper or String.ToLower is in the Macros Builder.
R rupertshih Client Регистрация 13.09.2011 Сообщения 44 Благодарностей 1 Баллы 0 13.09.2011 #3 No for example switch something: 1: first statement 2: second statment default: thanks
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 14.09.2011 #4 You can do it in the Javascript Macro if you know how to do it in JS.
R rupertshih Client Регистрация 13.09.2011 Сообщения 44 Благодарностей 1 Баллы 0 14.09.2011 #5 where is Javascript Macro? is it Javascript tester?
G gcomm Client Регистрация 01.03.2011 Сообщения 332 Благодарностей 93 Баллы 28 14.09.2011 #6 http://help.zennolab.com/en/v3/zennoposter/ <-- ZennoPoster Bible ! Look under Macroses > Javascript and Debug In project maker you access this by clicking in the top ribbon (menu) > Macros editor > Javascript and Debug To the left of Macros editor is Javascript Tester - dump javascript in here to test before executing in a macro. ROCK ON !
http://help.zennolab.com/en/v3/zennoposter/ <-- ZennoPoster Bible ! Look under Macroses > Javascript and Debug In project maker you access this by clicking in the top ribbon (menu) > Macros editor > Javascript and Debug To the left of Macros editor is Javascript Tester - dump javascript in here to test before executing in a macro. ROCK ON !