>> FOR EACH tmp IN aFiles >> IF " " $ tmp >> cFile += Chr( 34 ) + tmp + Chr( 34 ) + hb_osNewLine() >> ELSE >> cFile += tmp + hb_osNewLine() >> ENDIF >> NEXT >> RETURN hb_memoWrit( cFN, cFile ) >> --- >> > > Exactly. > > My point was only that SOURCES will always FOLLOW flags, > no flags in between sources. In all above messages I was > trying to explain this.
Yes, but for this there no need to keep any particular order. And this is very important feature, as user can still hand edit the .hbp file and it keeps working in hbide. > The above two functions are OK. > > Only one point: > > "-3rd=some text with spaces" => -3rd="some text with spaces" > seems more natural to me. Pls keep in mind we're using command line format. Second version is not portable so we cannot use it. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
