Search Results

Search: Posts Made By: user_prady
17,071
Posted By user_prady
GOT the answer I made a func like below ...
GOT the answer

I made a func like below

function vint(y){
if (y < 0){
if(int(y) == y )
return int(y)
else
return int(y)-1
}
else
return int(y)
}

Thank...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy