Page 1 of 1
What's exactly VAL() does?
Posted: 2005-04-19 02:08:02
by SeeK-n-DeSTroY
<BadEnglishMode=ON> //sorry
What's VAL() does?
How is your sintax, what returns, when use val(), and a simple script example.
I will be very pleased!
Posted: 2005-04-19 20:03:41
by Destruction
val() transformating string to value.
for example:
a = "111"#This string
a = val(a)#Tranformate string to value.
Posted: 2005-04-20 21:44:31
by SeeK-n-DeSTroY
Value and Integer are diferent things?
Please (we opened now a faq

), what's the diferences?
Where use a Value or an Integer?
Thank you Destruction
Posted: 2005-04-20 22:38:53
by Yoko
get some book on any programming language and read it there
i recommend you Basic, because scripting module greatly like that