Oct
From REALbasicWiki
Contents |
[edit] Prototype
Function Oct(value as (integral datatype) as FolderItem
[edit] Description
Oct returns the octal representation of the value passed as a String.
[edit] Discussion
Although not documented, it appears that Oct is overloaded to handle the various integer datatypes,
[edit] Sample Code
dim permissions as String = Oct(DesktopFolder.Permissions)
