473,473 Members | 2,136 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

single Array values into single variables.

Fary4u
273 Contributor
is it possible using split array like
Expand|Select|Wrap|Line Numbers
  1. Arrayx=split(Stringvalue," ")
  2. For Each var In Arrayx
  3.    ...
  4. Next
  5.  
  6. or 
  7.  
  8. For a=0 to Ubound(Arrayx)
  9.    Response.write "x" & a = Arrayx(a) & " "
  10. Next
  11.  
to assign single array values into a separate single variables ? hope this make sense.
Jul 23 '12 #1
3 1855
Rabbit
12,516 Recognized Expert Moderator MVP
Why would you even need to do this? I see no purpose to splitting an array into separate variables.
Jul 23 '12 #2
Fary4u
273 Contributor
thxs 4 reply
got field and need 2 assign into query, it's a unique values
do u think any possibility otherwise i've 2 do few pages of coding : (
Jul 24 '12 #3
Rabbit
12,516 Recognized Expert Moderator MVP
That doesn't explain why you need to split the array. Just use the array in your "query" (whatever that means).
Jul 24 '12 #4

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

Similar topics

7
by: richbl | last post by:
Hello all, I have a question about unserializing a single array element from a serialized array. Can this be done, or must I first unserialize the array, and then access the element? For...
1
by: JP SIngh | last post by:
Please help me with this I have an array which has days of the month stored in it. For example at one time it might have the values 1,2,3,6,7,8,9 at another time it might have the value ...
10
by: Geoff Cox | last post by:
Hello, I have a series of pages each of which creates an array of values. How do I keep all the array values until the last page? Cheers Geoff
1
by: Jo Schambach | last post by:
I want to build an array of entry widgets in python with Tkinter that all have similar textvariables. I was hoping that I could use an array of StringVar variables to attach to these widgets, so...
1
by: pchadha20 | last post by:
How to single numeric values from a field in a table which has multiple numeric value in a field of a table.And that table contains thousands of records. Suppose we have a table customer having...
1
by: DavidB | last post by:
I am working with a database and I would like to be able to populate an array at run time and then use the values that were pushed into the array as criteria for a select query. It seems that this...
7
by: sanjeevcis | last post by:
Hi, Below code is regarding to insert an array values into mysql db using php. i dont know why the code is not inserting array values into database properly. If is there any thing wrong with the...
3
by: Bjorn Sagbakken | last post by:
What is the best way to read single field values from a dataset? The dataset is populated with a customer record, showing well in a gridview. But I also want to read the single field values, like...
1
by: abcprabhu | last post by:
The following are the data available in a array. $arr=array($attribvalue); print_r($arr); Array ( => 868_groot.jpg ) Array ( => 945_groot.jpg ) Array ( => 869_groot.jpg ) Array ( =>...
5
by: Geethu03 | last post by:
Hi i have a array values in hidden format <form name="form2" method="post" action="test.php"> <input type="hidden" name="date_val" value="<%= date %>"> <input type="hidden" name="name_val"...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
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
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,...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.