October 31, 2025, 11:52:54 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Path location

Started by oneplace2u, January 19, 2009, 04:24:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

oneplace2u


I have use this in ibasic and it works fine

openfile(myfile,"c:\basic-file\" + fileband$ + ".txt", "W")

Is there another way in Emergence Basic

Ionic Wind Support Team

You need to use \\ if you want a slash.

openfile(myfile,"c:\\basic-file\\" + fileband$ + ".txt", "W")

See the users guide.

http://www.ionicwind.com/guides/emergence/language_topics_constants_and_literals.htm

Section "String Literals"
Ionic Wind Support Team