Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 equals method in vb script

Author  Topic 

dasu
Posting Yak Master

104 Posts

Posted - 2004-11-05 : 06:06:01
can i use this


if ("das".equals "das") then
msgbox "Das"
end if
if not tell me how to write above stmt with out using =

regards
dasu.g

robvolk
Most Valuable Yak

15732 Posts

Posted - 2004-11-05 : 07:11:15
What's wrong with using = ?
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2004-11-05 : 09:46:05
maybe the key broke on his/her keyboard ???


- Jeff
Go to Top of Page
   

- Advertisement -