1. Re: No more platform(), conditional includes, conditional functions, conditiona
- Posted by Jerry Story <story.jerry at gma??.com> May 13, 2008
- 783 views
How would you get the slash right without platform()?
if platform() = LINUX then SLASH = "/" else SLASH = "\\" end if

