CatchFile()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Lebostein
Addict
Addict
Posts: 826
Joined: Fri Jun 11, 2004 7:07 am

CatchFile()

Post by Lebostein »

This function should be present:

1. for consistency, for example LoadXML() - CatchXML()
2. to use comfortable 'end-of-line' functions such as ReadString() in combination with IncludeBinary

Thanks!

I know the workaround with PeekS() but it is very uncomfortable to use and a little bit difficult for beginners (it's not in the sense of "Pure"Basic).
User_Russian
Addict
Addict
Posts: 1520
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: CatchFile()

Post by User_Russian »

It is also very useful function will CatchPreference(). http://www.purebasic.fr/english/viewtop ... 72#p398272
Post Reply