Rev 5921 | Rev 11220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +var+ +string+ |
1 | !! +exec+ +var+ +string+ |
- | 2 | tit:hex |
|
2 |
|
3 | type:$type_both |
3 |
|
4 | alias:!tohex |
4 |
|
5 | syntax:!hex `string' |
5 |
|
6 | mean:Returns a new string replacing every character in `string' by its hexadecimal code.\ |
6 | $emph string$emphend by its hexadecimal code. |
- | |
7 | <p> |
7 | <p>\ |
8 | In particular, the result can be used as part of a |
8 | In particular, the result can be used as part of a variable\ |
9 | name whatever the content of |
9 | name whatever the content of `string' is (as long as it is not too long).\ |
10 | long as it is not too long). |
- | |
11 | </p> |
10 | </p> |
12 | 11 | ||
13 | 12 |