Le ven 14/11/2003 Ã 06:17, [EMAIL PROTECTED] a Ãcrit : > sorry to put this out on the mailing list.. > > i've slowly been working on a major(?) upgrade to the smtp library > (adding unicode support) and i'm trying to decide whether to continue > using variables as parameters or field pointers as parameters.. > > variable parameter example > put the htmlText of field "message" into tHtmlText > libSmtp.customFunction(tHtmlText) > > field pointer parameter > libSmtp.anotherCustomFunction(the long id of field "message") > > > obviously both have their pros and cons, but i feel that using field > pointers gives me the best results, but am not overly sure from a > programming point of view (nor from the view of the end-programmers).. > > please feel free to contact me off-list in regards to this ^_^ > > -Sean > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution
Hi Sean, I for my own prefer the "field pointers as parameters" way. Thanks for this great and usefull lib. -- Best Regards, Pierre Sahores 100, rue de Paris F - 77140 Nemours [EMAIL PROTECTED] GSM: +33 6 03 95 77 70 Pro: +33 1 41 60 52 68 Dom: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 Inspection acadÃmique de Seine-Saint-Denis Applications et SGBD ACID SQL (WEB et PGI) Penser et produire "delta de productivitÃ" _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
