Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


error::expected end of statement

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,20
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> error::expected end of statement
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 error::expected end of statement - 5/23/2001 2:38:40 AM   
  varcesi

 

Posts: 12
Score: 0
Joined: 5/23/2001
From: Italy
Status: offline
Does anyone knows why does IIS expect an end of statement here (fieldValue)?

fieldValue is a variable containing a field Value from a form.
the fuction is defined as:
val(field,value,typeval,min,max,req)

the error is:
Expected end of statement
valid = val "Nome Completo",fieldValue,"fullname",,"200","1"
-----------------------------|


thanx
 
 
Post #: 1
 
 Re: error::expected end of statement - 5/23/2001 2:40:00 AM   
  rhl150

 

Posts: 29
Score: 0
Joined: 5/23/2001
From: New Zealand
Status: offline
Why don't you try putting parentheses around the function parameters:

valid = val("Nome Completo",fieldValue,"fullname",,"200","1")

(in reply to varcesi)
 
 
Post #: 2
 
 Re: error::expected end of statement - 5/23/2001 2:42:08 AM   
  varcesi

 

Posts: 12
Score: 0
Joined: 5/23/2001
From: Italy
Status: offline
I already solved that one! thanks anyway.

If you check Miscrosoft's documentation on this you'll get a very confused idea. In some places it's mencioned that to use parenthesis you must use the call syntax call

(in reply to varcesi)
 
 
Post #: 3
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> error::expected end of statement Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts