Stata 11 help for reverse

help reverse() -------------------------------------------------------------------------------

Title

[D] functions -- Functions

String function

reverse(s) Domain: strings Range: reversed strings Description: returns s reversed. reverse("hello") = "olleh"

strreverse(x) is a synonym for reverse(x).

Also see

Manual: [D] functions

Help: [D] functions, [D] functions (string functions)


© Copyright 1996–2009 StataCorp LP   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index