comparison website/src/manual.html.luan @ 1257:e38f5869e9df

don't reset in send_redirect and other improvements
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 20 Sep 2018 21:04:41 -0600
parents 5dbb552075ff
children 95f6540b27f9
comparison
equal deleted inserted replaced
1256:c147e2e877e3 1257:e38f5869e9df
2622 the default value for <code>j</code> is&nbsp;<code>i</code>. 2622 the default value for <code>j</code> is&nbsp;<code>i</code>.
2623 These indices are corrected 2623 These indices are corrected
2624 following the same rules of function <a href="#String.sub"><code>String.sub</code></a>. 2624 following the same rules of function <a href="#String.sub"><code>String.sub</code></a>.
2625 2625
2626 2626
2627 <h4 heading><a name="Binary.to_string" href="#Binary.to_string"><code>Binary.to_string (b)</code></a></h4> 2627 <h4 heading><a name="Binary.to_string" href="#Binary.to_string"><code>Binary.to_string (b [,charset])</code></a></h4>
2628 <p> 2628 <p>
2629 Converts the binary <code>b</code> to a string using the Java <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html#String(byte[])">String constructor</a>. 2629 If <code>charset</code> is not nil then converts the binary <code>b</code> to a string using the Java <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html#String(byte[],%20java.lang.String)">String constructor</a>, else makes each byte a char.
2630 2630
2631 2631
2632 2632
2633 2633
2634 <h3 heading><a name="table_lib">Table Manipulation</a></h3> 2634 <h3 heading><a name="table_lib">Table Manipulation</a></h3>