What's exactly VAL() does?

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
SeeK-n-DeSTroY
Posts: 15
Joined: 2004-05-22 21:10:12

What's exactly VAL() does?

Post by SeeK-n-DeSTroY »

<BadEnglishMode=ON> //sorry :oops:
What's VAL() does?
How is your sintax, what returns, when use val(), and a simple script example.
I will be very pleased!
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

val() transformating string to value.
for example:
a = "111"#This string
a = val(a)#Tranformate string to value.
SeeK-n-DeSTroY
Posts: 15
Joined: 2004-05-22 21:10:12

Post by SeeK-n-DeSTroY »

Value and Integer are diferent things?
Please (we opened now a faq :wink: ), what's the diferences?
Where use a Value or an Integer?
Thank you Destruction
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

get some book on any programming language and read it there

i recommend you Basic, because scripting module greatly like that
Post Reply