olliwest
16th May 2008, 11:08
hi together,
i like to check the OS type with the function os_type:
long ret
function main()
{
ret = ostype()
message("--"&str$(ret)&"--")
}
then i get the result 1
now means 1 = windows or??
and when i have a linux/unix os then i get another result??
thanks olli
i like to check the OS type with the function os_type:
long ret
function main()
{
ret = ostype()
message("--"&str$(ret)&"--")
}
then i get the result 1
now means 1 = windows or??
and when i have a linux/unix os then i get another result??
thanks olli