Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
I can understand BB's lack of some useful commands, but not B3d. What I'm talking about is some commands I see in B+, but not B3d. Like the NewWindow command. I've found quite a few instances it would be nice to have multiple windows. Or what about the Notify command, in MANY instances I've wanted a message box that doesn't end my program. Or maybe I should bring up the command (name escapes my mind) which allows you to get a file. Not only this, but also the file handling, in both seems to be a bit dissapointing, maybe thats just my inexperience, but it seems difficult to make new folders, then write to them. ------------------ |
Realm Master![]() Member Posts: 1971 From: USA Registered: 05-15-2005 |
ReadFile()
there's a lota crap for files and creating files and readign them and etc.etc.etc.etc.etc.etc. ------------------ |
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
Heh, ReadFile only allows you to read the file, not ask which one you want. I'm talking about RequestFile. Yes I do have a command reference. Yes there is a ton of stuff for file, I just said, it doesn't seem to be of high quality and ease to write. ------------------ |
Realm Master![]() Member Posts: 1971 From: USA Registered: 05-15-2005 |
No you can select which file you want. i'm on my mac so i Can't check it now but i think its like... file = OpenFile("FolderForMyGame/jacks_stats.JS") ReadFile(file)
------------------ |
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
I look at it all the time. That was just one of the examples, but what I was talking about was a b+ command that works like an input I believe. I've never used it (I don't have b+) but I think it works like anything else. ------------------ |
D-SIPL![]() Moderator Posts: 1345 From: Maesteg, Wales Registered: 07-21-2001 |
Why not build up your own library? ------------------ |
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
Because I have no idea how. ------------------ |