473,406 Members | 2,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

ArrayList index ToString()

Jon
Hello all,

I think I must be missing something here as it seems it should be simple,
but I've just tried to do a 'arrExtRep[0].ToString() (where arrItems is an
ArrayList) and I get the error:

error: 'arrExtRep[0].ToString' does not exist, however arrExtRep[0] kicks
out the value;

Why's that and how can i overcome it?

Thanks,

Jon
Nov 19 '05 #1
2 1311
Just for debugging try doing this:

Dim object o
o = arrExtRep[0]
Response.Write( o.ToString() )

bill
"Jon" <Jo*@discussions.microsoft.com> wrote in message
news:A0**********************************@microsof t.com...
Hello all,

I think I must be missing something here as it seems it should be simple,
but I've just tried to do a 'arrExtRep[0].ToString() (where arrItems is an
ArrayList) and I get the error:

error: 'arrExtRep[0].ToString' does not exist, however arrExtRep[0] kicks
out the value;

Why's that and how can i overcome it?

Thanks,

Jon

Nov 19 '05 #2
Jon
William,

Thanks for the response.

Jon

"Jon" wrote:
Hello all,

I think I must be missing something here as it seems it should be simple,
but I've just tried to do a 'arrExtRep[0].ToString() (where arrItems is an
ArrayList) and I get the error:

error: 'arrExtRep[0].ToString' does not exist, however arrExtRep[0] kicks
out the value;

Why's that and how can i overcome it?

Thanks,

Jon

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Dave | last post by:
Hi all, I have... using System.Collections; namespace MyApp.Templates { public class MyPage : System.Web.UI.Page { ArrayList MyArray = new ArrayList();
2
by: RBCC | last post by:
I have a form with a 2 textboxes and a listbox, The data is read in by a file called "memberphones" The listnbox lists names in this way (lastname,first name) sorted by the last name. the...
31
by: Extremest | last post by:
I have a loop that is set to run as long as the arraylist is > 0. at the beginning of this loop I grab the first object and then remove it. I then go into another loop that checks to see if there...
6
by: Vinit | last post by:
Hi I am passing an arraylist to a c#/.net webmethod from a perl client using soap:lite. The trace shows the elements in the xml request. The arraylist input in the webmethod however does not...
7
by: heavyone | last post by:
I am trying to write a removeFirst method for an ArrayList of the generic type. The removeFirst method is supposed to do a few things: 1) If the list is empty it throws an error. 2) It stores the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.