Subversion Repositories wimsdev

Rev

Rev 11220 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11220 Rev 11292
Line 4... Line 4...
4
alias:tohex
4
alias:tohex
5
syntax:!hex `string'
5
syntax:!hex ``string''
6
mean:Returns a new string replacing every character in `string' by its hexadecimal code.\
6
mean:Returns a new string replacing every character in ``string'' by its hexadecimal code.\
7
  <p>\
7
  <p>\
8
  In particular, the result can be used as part of a variable\
8
  In particular, the result can be used as part of a variable\
9
  name whatever the content of `string' is (as long as it is not too long).\
9
  name whatever the content of ``string'' is (as long as it is not too long).\
10
  </p>
10
  </p>
11
 
-
 
12
 
-