472,353 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

list in a variable without an array

JamieHowarth0
533 Expert 512MB
Hello bacpao !!!

Thank u very much for helping me.

I just have another question.can I store all the country names in a variable other than array and show it by looping that variable.

Thanks again !!!
Unless you want to use a one-column recordset (which is, effectively, an array of sorts), don't think so... I however may be wrong (as a relative rookie to TSDN).

Cheers,

medicineworker
Aug 28 '07 #1
2 1145
Unless you want to use a one-column recordset (which is, effectively, an array of sorts), don't think so... I however may be wrong (as a relative rookie to TSDN).

Cheers,

medicineworker
Hello medicineworker !!!

Thank u for ur reply.
But I found another solution that was like this ;

<%
dim str
str = "india pakistan bangladesh usa uk china indonesia southAfrica"
dim country
country = split(str," ")
%>

Thank you again for ur reply !!!
Aug 28 '07 #2
jhardman
3,406 Expert 2GB
Hello medicineworker !!!

Thank u for ur reply.
But I found another solution that was like this ;

<%
dim str
str = "india pakistan bangladesh usa uk china indonesia southAfrica"
dim country
country = split(str," ")
%>

Thank you again for ur reply !!!
yes, this is what I would suggest, but then country is an array, so if you want to avoid arrays in general, this doesn't help.

Please avoid using web slang (such as "plz", "ur" etc.) in your posts. It is very distracting. I am also annoyed by multiple exclamation points, but I am generally more forgiving of those, especially when you are thanking another user enthusiastically. Please also begin a new thread to start a new discussion.

Jared
Aug 28 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

25
by: Yves Glodt | last post by:
Hello, if I do this: for row in sqlsth: ________pkcolumns.append(row.strip()) ________etc without a prior:
1
by: Hal Styli | last post by:
hello, can someone please help... Im interested in the use of an auxiliary array to act like pointers for another array, allowing the sort order...
35
by: Thierry Loiseau | last post by:
Hello all, and Happy end year 2005 ! Well, I would like to obtain a list of all JavaScript var statement, With "for...in" perharps ? That...
16
by: Jonathan.Fillion | last post by:
Ok, I have a simple problem and I might just be blind and not see the (possibly simple) solution to it. I want to declare variables while adding...
1
by: Christina | last post by:
Hi, I've been looking at some code for dependent list boxes to adapt to a State and City list. There will only be 2 states for the first list...
45
by: Zytan | last post by:
This returns the following error: "Cannot modify the return value of 'System.Collections.Generic.List<MyStruct>.this' because it is not a...
8
by: Shraddha | last post by:
Can we access a node without traversing the list........ I mean if a list is having total 10 nodes..and I want to jump directly on 5th node...
8
by: Rex | last post by:
Hi All, I need to create a 2-dimensional group of values, the first dimension having 8 rows, while the 2nd is variable. I was thinking of using...
0
by: Weeble | last post by:
On Jun 20, 11:10 pm, Göran Andersson <gu...@guffa.comwrote: I did it that way because CopyTo has a whole bunch of failure cases to take care of...
3
by: bruce | last post by:
hi guys/gals... got a basic question that i can't get my hands around. i'm trying to programatically create/use a list/tuple (or whatever the...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.