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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Item data property

Status
Not open for further replies.

buzzgreen

Programmer
Joined
Apr 5, 2000
Messages
1
Location
US
I am developing an app usning a two dimensional array of which I'm trying to use the itemdata property to reference the items in the array as an index, having trouble developing the code for this , the array is of type string, any ideas?
 
Could use some sort of routine that would generate a unique value which you could then decode back to the array indices. <br>Another simple method would be to use a seperator number between the row and column number i.e.<br>row = 34, coulmn = 23, use data as 34023 and then split the numbers on the 0 to get the row and column value. The Item data property can contain a long, so unless you have a large array then you should be able use this type of method.<br><br>James :-) <p>James Culshaw<br><a href=mailto:james_culshaw@activedatasolutions.madasafish.com>james_culshaw@activedatasolutions.madasafish.com</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top