Page 1 of 1
CreateFile and BOM
Posted: Fri Jun 06, 2025 10:20 am
by Mesa
A little thing, just add an flag like #Pb_BOM in the CreateFile() procedure, to create a file with a BOM, without using the WriteStringFormat() procedure.
M.
Re: CreateFile and BOM
Posted: Fri Jun 06, 2025 1:53 pm
by Quin
+1
Re: CreateFile and BOM
Posted: Fri Jun 06, 2025 2:40 pm
by mk-soft
-1
Is simple to make it self
Re: CreateFile and BOM
Posted: Fri Jun 06, 2025 2:43 pm
by Quin
mk-soft wrote: Fri Jun 06, 2025 2:40 pm
-1
Is simple to make it self
So?
Isn't the point of PB to make life easier for you as a programmer?
Re: CreateFile and BOM
Posted: Fri Jun 06, 2025 7:40 pm
by PBJim
-1
It's easy with an existing function. Note also that BOM is only a best-endeavour; a nominal indication of form. On that basis, I'd feel there is limited justification for giving it prominence.
Frankly, prefer to see requests that add substantial value and provide something developers couldn’t do previously.