User Tools

Site Tools


en:tooctal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:tooctal [2016/08/12 12:47]
admin
en:tooctal [2020/02/28 10:46]
Line 1: Line 1:
-===== ToOctal (Function) ===== 
  
-**Format** 
- 
-ToOctal ( [[numericexpressions|numeric_expression]] ) 
- 
-returns //[[stringexpressions|string_expression]] 
- 
-**Description** 
- 
-This function returns a string containing the Octal (base 8) representation for the number you entered. 
- 
-**Example** 
- 
-<code> 
-For t = 1 to 10 
-print ToOctal(t) 
-next t 
-</code> 
- 
-Results in 
- 
-<code> 
-1 
-2 
-3 
-4 
-5 
-6 
-7 
-10 
-11 
-12 
-</code> 
- 
- 
-==== See Also ==== 
-{{page>en:start#Base Conversion&noheader}} 
- 
-==== History ====  
-|0.9.9.45|New To Version|  
en/tooctal.txt ยท Last modified: 2020/02/28 10:46 (external edit)