473,668 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is varaible name case sensitive?

Hi all,

I have wrote a ASP page:
*************** *************** ***************
<%@ LANGUAGE="JSCRI PT" %>
<%

var pricelist = "a";

Response.write( concat_str());

%>

<SCRIPT RUNAT=SERVER LANGUAGE="VBScr ipt">
function concat_str()
priceList = priceList & "b"
concat_str = priceList
end function
</Script>
*************** *************** **************

When I run this page on IIS4.0/NT, it returns "a"
However, when I run this page on IIS5.0/Win2000, it
returns "ab"!!

Does anyone know why? Is there any documentation on
Microsoft could help?

Thank you.

Hang
Jul 19 '05 #1
3 8802
jscript yes, vbscript no.

Ray at home

"Hang" <f1****@yahoo.c om.hk> wrote in message
news:00******** *************** *****@phx.gbl.. .
Hi all,

I have wrote a ASP page:
*************** *************** ***************
<%@ LANGUAGE="JSCRI PT" %>
<%

var pricelist = "a";

Response.write( concat_str());

%>

<SCRIPT RUNAT=SERVER LANGUAGE="VBScr ipt">
function concat_str()
priceList = priceList & "b"
concat_str = priceList
end function
</Script>
*************** *************** **************

When I run this page on IIS4.0/NT, it returns "a"
However, when I run this page on IIS5.0/Win2000, it
returns "ab"!!

Does anyone know why? Is there any documentation on
Microsoft could help?

Thank you.

Hang

Jul 19 '05 #2
Is one server set up for a default of JScript, and the other VBScript? (See
the last paragraph: www.aspfaq.com/2045)

JScript *is* case sensitive, but I'd be surprised if that's what's happening
here.

"Hang" <f1****@yahoo.c om.hk> wrote in message
news:00******** *************** *****@phx.gbl.. .
Hi all,

I have wrote a ASP page:
*************** *************** ***************
<%@ LANGUAGE="JSCRI PT" %>
<%

var pricelist = "a";

Response.write( concat_str());

%>

<SCRIPT RUNAT=SERVER LANGUAGE="VBScr ipt">
function concat_str()
priceList = priceList & "b"
concat_str = priceList
end function
</Script>
*************** *************** **************

When I run this page on IIS4.0/NT, it returns "a"
However, when I run this page on IIS5.0/Win2000, it
returns "ab"!!

Does anyone know why? Is there any documentation on
Microsoft could help?

Thank you.

Hang

Jul 19 '05 #3
OK. But any clues why the page return differently under
IIS4.0/NT and IIS5.0/Win2000?

Thank you.
-----Original Message-----
jscript yes, vbscript no.

Ray at home

"Hang" <f1****@yahoo.c om.hk> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi all,

I have wrote a ASP page:
*************** *************** ***************
<%@ LANGUAGE="JSCRI PT" %>
<%

var pricelist = "a";

Response.write( concat_str());

%>

<SCRIPT RUNAT=SERVER LANGUAGE="VBScr ipt">
function concat_str()
priceList = priceList & "b"
concat_str = priceList
end function
</Script>
*************** *************** **************

When I run this page on IIS4.0/NT, it returns "a"
However, when I run this page on IIS5.0/Win2000, it
returns "ab"!!

Does anyone know why? Is there any documentation on
Microsoft could help?

Thank you.

Hang

.

Jul 19 '05 #4

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

Similar topics

9
3331
by: Jeff | last post by:
Is there a way to echo back a case sensitive $HTTP_HOST in PHP? For example if I type HostName.domain.com in my browser I want to return it exactly as it appears in the location part of the browser "HostName.domain.com" but it keeps returning a case insensitive result "hostname.domain.com".
2
5747
by: J. Muenchbourg | last post by:
I'm doing a few tests with simple .net scripts, and I noticed that I display the following error message at ErrMessage.Text if I don't enter "BLUE" in capital letters into my input textbox: <%@ Page Language="VB" %> <script runat="server"> Sub Check_Value(Src As Object, Args As EventArgs) If Color.Text <> "BLUE" Then
2
3410
by: David Meier | last post by:
Hi all, I know, windows does not care about cases in file names, however, I need to get the file name returned from the FileSystemWatcher case sensitive. Does anyone know a workaround to this bug (at least that's what I think)? Thanks. Dave
0
4794
by: JSantora | last post by:
Essentially, InsertAT is broken! For the past couple of hours, I've been getting this "Parameter name: '-2147483550' is not a valid value for 'index'." error. Apparently, its caused by having manually inserted a row in the table bound to the Combo box. The InsertAt Method of adding a row just does not work. Hope this helps anyone with this problem. john
6
12193
by: Thomas Mueller | last post by:
Hi, I tried to install phpopenchat but I can't create this table: poc=> CREATE TABLE poc_user_account ( poc(> USER varchar(255) NOT NULL, poc(> PASSWORD varchar(255), poc(> CONFIRM_CODE char(32), poc(> DISABLED int NOT NULL DEFAULT '0', poc(> KICKED int NOT NULL DEFAULT '0',
4
9163
by: xAvailx | last post by:
Hello: I didn't find any documentation that notes save point names are case sensitive, but I guess they are... Stored Proc to reproduce: /* START CODE SNIPPET */ If Exists (Select * From sysobjects Where Type = 'P' and Name =
38
13189
by: Bart | last post by:
Why is C case sensitive? I know it's a bit late to change it now but there would seem to be far more advantages in ignoring letter case in source code. In real life such a situation would be ridiculous (eg. the 16 ways of writing my name) and, in some cases, frightening. Is it to avoid having to think up new identifiers? And how would you distinguish case when reading out bits of code over the phone for
4
2713
by: andrew | last post by:
Hi, I have routinely added anchors to pages using both name and id: <a name="example" id="example"></a> under the possibly mistaken assumption that at some stage "name" might be deprecated but "id" was unlikely to be. Can I ask what is accepted practice currently?
2
7274
by: Lucky | last post by:
Hi guys, I'm having problem with case sensitive collation of SQL Database. one my client is having case sensitive database. While developing the Data Layer i didn't consider this scenario. the problem is I've all Store Procedures in the Database and I'm using sqlcommand to execute those SPs with Parameters. for e.g. Data Layer: ...... SqlCommand cmd = new SqlCommand();
0
8459
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8367
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8889
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8570
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7391
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5677
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2781
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 we have to send another system
2
2017
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1779
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.