|
Subject:
|
What's the diffences between...
|
|
Posted By:
|
6cet6
|
Post Date:
|
2/11/2004 11:50:45 PM
|
hello everybody,recently i have been comfused by a problem, just is what is diffences between <%=Name%> and <%=(Name)%>, Thank you!!
|
|
Reply By:
|
planoie
|
Reply Date:
|
2/12/2004 6:01:34 AM
|
There is no difference. Just like in math, you can use () to define the order of operations of an evaluation. Much like 1+1 vs. (1+1), there is no difference between them.
Peter ------------------------------------------------------ Work smarter, not harder.
|
|
Reply By:
|
6cet6
|
Reply Date:
|
2/16/2004 12:33:41 AM
|
thank you peter
|