Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12198 - 12227 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12198
It depends on the data you're assigning really. You can't do it in the way you've asked, but depending on the data you could load it in a loop, or possibly...
Dan Powderhill
danaspelite
Offline Send Email
Jul 2, 2007
7:52 am
12199
Perhaps I am not understanding your question, but I will have a go at this You can do this: TheArr(0) = Array("A","B","C") ... From:...
Scott McDonald
voxecho
Offline Send Email
Jul 2, 2007
1:31 pm
12200
Thanks! That is what I was looking for! Meanwhile what I did was: A = "A,B,C" B = "X,Y,Z" C = "Q,W,E" (etc) SomeArr = Array(A,B,C) For x = 0 to UBound(SomeArr)...
Soren
sorenwinslow
Offline Send Email
Jul 3, 2007
3:53 am
12201
Doesn't that give you an array of arrays, as opposed to a multi-dimensional array? So in theory the "second dimension" could have all sorts of different...
Dan Powderhill
danaspelite
Offline Send Email
Jul 3, 2007
7:26 am
12202
Hi I have a problem with FCK editor http://fckeditor.net I use asp classic and i did the first part to post data ...
ashour71
Offline Send Email
Jul 3, 2007
8:14 am
12203
Well that's the point A multi-dimensional Array is simply an Array with another Array embedded in it. Array(0)(0)(0) could also be expressed as ...
Scott McDonald
voxecho
Offline Send Email
Jul 3, 2007
1:08 pm
12204
Not really. A true multi-dimensioned array (such as FORTRAN has) is a specific shape. I.e. if it's 5,4 it will have exactly 20 items (assuming minimum index...
David Smart
smartware_co...
Offline Send Email
Jul 3, 2007
1:50 pm
12205
I think it's a bit disingenuous to say "that's not how it was in this language, so it is not so here..." I've noticed that most languages have their own way to...
Scott McDonald
voxecho
Offline Send Email
Jul 3, 2007
2:12 pm
12206
Sorry, In my list of languages, I said ASP rather then VB / jScript -Scott ... From: active-server-pages@yahoogroups.com ...
Scott McDonald
voxecho
Offline Send Email
Jul 3, 2007
2:14 pm
12207
I wasn't trying to say that as such. The point I was trying to make is that there are "true" multi-dimension arrays (such as FORTRAN's) and there are arrays of...
David Smart
smartware_co...
Offline Send Email
Jul 3, 2007
3:50 pm
12208
Hi guys, ... There is a very real difference between "multidimensional arrays" and "arrays of arrays". An array of arrays is a variant array of variants with...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 3, 2007
3:55 pm
12209
One thing I have found that is good about multi-dimensional arrays is if you are not using a database to look something up. You can use it like a cube: go to...
Soren
sorenwinslow
Offline Send Email
Jul 3, 2007
5:11 pm
12210
My main use (in ASP) is as a replacement for RecordSets. These days, I tend to query my database first, then populate an array using GetRows, then disconnect...
mark wills
markrobertwills
Offline Send Email
Jul 4, 2007
10:40 am
12211
Hi: I downloaded the kba zip file from your site and followed the instructions to embed that stuff in my site. But I am receiving an error msg saying "kbAlertz...
miss_mir
Offline Send Email
Jul 4, 2007
10:41 am
12212
Did you try looking at the examples which come with FCKEditor in the _samples/asp folder? (http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ASP) Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Jul 5, 2007
9:48 pm
12213
Hello All: I am having a hard time with this, and hoping someone else might have done this. I have in my database, images (thumbnail and fullsized version)...
mothernaturesbeauty
mothernature...
Offline Send Email
Jul 6, 2007
12:30 pm
12214
Does anyone know if it is possible and if so how to send an attachment with smtp mail? Adina [Non-text portions of this message have been removed]...
Adina
elladir
Offline Send Email
Jul 8, 2007
3:56 pm
12215
Use the Persits mail component. Already installed on my many asp hosts. Do a google for persits. I have written a full blown web based email application using...
mark wills
markrobertwills
Offline Send Email
Jul 8, 2007
5:11 pm
12216
... http://msdn2.microsoft.com/en-us/library/ms988670.aspx...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 9, 2007
7:52 am
12217
Hello All: I am storing my images in an Access database as an OLEObject (binary) (please, I know. But I can't afford SQL for my site). For the life of me, I...
The Mills
mothernature...
Offline Send Email
Jul 9, 2007
3:32 pm
12218
... (please, I know. But I can't afford SQL for my site). For the life of me, I cannot find how to get the images to display in a Datalist if they are stored...
Soren
sorenwinslow
Offline Send Email
Jul 9, 2007
4:40 pm
12219
My apologies, but I think you are misunderstanding. I am not opening the table manually and attempting to view the image, if that is what you mean. Your...
The Mills
mothernature...
Offline Send Email
Jul 9, 2007
6:17 pm
12220
Hi all, Im back with another probs. Heres the detail: I have made one html page with mouseover img and the page is working fine. The mouseover effect are...
Javed Ansari
javed_php
Offline Send Email
Jul 9, 2007
6:23 pm
12221
Hi Javed, ... I don't see anything wrong with the code itself, other than some major chunks of it missing (like the head, the doctype, stuff like that). ;) If...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 9, 2007
6:47 pm
12222
Hi Andy, ... Have you tried a Perl GET of the URL to see if it is returning anything at all? It's possible the image was stored in the table in ASCII or ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 9, 2007
6:54 pm
12223
Shawn: Very true. Do you know of a web-host that is reasonably priced that would allow for such a thing? I have a 1GB storage with 15GB bandwidth per month...
The Mills
mothernature...
Offline Send Email
Jul 10, 2007
1:34 am
12224
Besides getting the height and width of an image what else is loadpicture() good for? Soren...
Soren
sorenwinslow
Offline Send Email
Jul 11, 2007
4:39 am
12225
Hi Soren, ... You can use it to test the validity of uploaded pictures (in order to ensure that they "really are" image files and not script or exploit code)...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 11, 2007
7:14 am
12226
Hello All: I am trying to secure my maintenance portion of my webapp using the web.config in my root. However: for some reason, I am able to type in the URL...
The Mills
mothernature...
Offline Send Email
Jul 12, 2007
12:03 pm
12227
Good Day - I have a memo field which I need to activate links. If a user adds a news posting/article, and places links within the post, I would like to have...
ravir_dhali
Offline Send Email
Jul 16, 2007
12:51 am
Messages 12198 - 12227 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help