Re: Manual

new topic     » goto parent     » topic index » view thread      » older message » newer message
useless said...
DerekParnell said...
useless said...


Did you want comments on the manual as they could be made? If so, just to save time, the example for trim() should show something besides removing "\r\n" from a sequence that contains exactly that. I'd use this example

s = trim(" This is a sentence\n","\r\n ") 
-- s = "This is sentence" 


useless

Ok, I added this example ...

s = trim(" This is a sentence.\n")  -- Default is to trim off all " \t\r\n" 
-- s is "This is a sentence." 


I looked at
http://www.openeuphoria.org/docs/eu400_0085.html#_3577_trim
and i saw no such change.

useless

I updated the raw document text inside std/text.e but these have not yet been used to generate a fresh set of document HTML files for the OE site. I'm sorry I wasn't exactly clear on what I had done. I displayed the addition here so you can see it now and comment on it, maybe before the next on-line document is generated.

There are quite a few documentation tweaks going on at the moment so I expect that when this round of changes have been done, a new on-line document will be generated.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu