The Artima Developer Community
Sponsored Link

Java Answers Forum
i still get an error for if (charAt(index) == '-')

1 reply on 1 page. Most recent reply: Oct 7, 2002 10:31 PM by Singh M.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Cshah

Posts: 16
Nickname: tkc204
Registered: Oct, 2002

i still get an error for if (charAt(index) == '-') Posted: Oct 7, 2002 10:21 PM
Reply to this message Reply
Advertisement
i get um i did it and i get error, it says cannot resolve symbol.


Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: i still get an error for if (charAt(index) == '-') Posted: Oct 7, 2002 10:31 PM
Reply to this message Reply
The usage of charAt is .... str.charAt(index)

Flat View: This topic has 1 reply on 1 page
Topic: rotating character of string Previous Topic   Next Topic Topic: Add bookmark doesn't work with IE6 but does with IE5

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use