Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. skumarb2001yahoo

    Ascii to Decimal - Eating my Brain. Urgent please

    hi Rajesh here is the code for u r requirement. class ascii { public static void main(String args[]) { String In=&quot;aa&quot;; byte[] b =In.getBytes(); System.out.print(In+&quot; &quot;); for(int i=0;i<b.length;i++) System.out.print(b[i]); } }
  2. skumarb2001yahoo

    Help on TCL /TK

    Hi all i am new to TCL/TK i am a Software Test Engg. i want to know how can we use TCL and TK in Software Testing. If any Sample Scripts, Docs for Using Tcl/TK in Software Testing Automation, Sample Test tools using TCL is needed for me. If anybody having info please help me on this. Thanks...

Part and Inventory Search

Back
Top