Some questions about the language

Previous topic - Next topic

hardyx

KermEd, you can use "/" always I use in Windows and Wiz (Linux) and works Ok.
Now, can we return to my topics please?  :)

Kitty Hello

In GLBasic, _always_ use "/". Even on Windows.

Ian Price

I think the point was that the "/" "\" characters were being removed from his string, hence why I stated he should duplicate the character.
I came. I saw. I played.

Kitty Hello

\ introduces a special character (excape character)
You can write \\ to get  \, and \n for a newline and such.

KermEd

No worries, it was just something I noticed :)  But I know hardyx had some questions in this thread and I seemed to have somehow hijacked it. 

Something to do with Setting-Transparency having issues on the GP2X-Wiz.  I can't really replicate it myself - I use GIMP for my .png files and I never had any transparency issues.  I do know that faded 32bit alpha has issues (it resolves to a 24bit transparency - meaning all or nothing) - but thats a Wiz limitation I believe not anything to do with GLBASIC.  And its easy for me to code around.