Results 1 to 2 of 2

Thread: Please help!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Carolina, Puerto Rico, USA
    Posts
    227

    Unhappy

    Is there a function in JAVA to change types?, like if i have a string ='123' i use the Val(string) in VB and i get 123, is there such function in java?



    [Edited by nievesj on 12-06-2000 at 04:52 PM]
    NievesJ

  2. #2
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    Code:
    Integer.parseInt(string);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width