|
Welcome to the Sbasic language reference, the definitive guide and
reference SBasic programmaning language. This language reference is aimed at all developers working with Symbian
OS to create new applications. |
Quick start:
What is SBasic?
How to run existing application or example?
Highly recomended: Many various examples that demonstate usage of SBasic can be found there...
  +, -, *, /, %, ^, not, and or, xor
| Assign | Dim | Do...Loop |
| Exit | For...Next | Function |
| GoTo | If...Then...Else | Return |
| Select...Case | Stop | Sub |
| While...End While |
Console Input/Output procedures:
| Cls | ConsoleBackground | ConsoleTextColor |
| Input |
Misc functions and procedures:
| Delay | Rgb | ReadKey |
| CtrlModifier | ShiftModifier | FuncModifier |
| MainDir | FileExists | PathExists |
| EnsurePathExists | DeleteFile | OpenFile |
| CreateFile | CloseFile | WriteFile |
| ReadFile | IsEof | RewindFile |
| IsDateTime | Now | Year |
| Month | Day | Hour |
| Minute | Second | Microsecond |
| DayNoInMonth | DayNoInWeek | DayNoInYear |
| DaysInMonth | WeekNoInYear | RoundUpToNextMinute |
| MakeDateTime | DateTimeToString |
| Abs | ACos | ASin |
| aTan | Cos | DtoR |
| Exp | Frac | IsFinite |
| IsInfinite | IsNaN | IsZero |
| Int | Ln | Log |
| Log2 | Pi | Randomize |
| Round | Rnd | RtoD |
| Sign | Sin | Sqr |
| Tan |
| InfoBox | MessageBox | QueryBox |
| Length | GetChar |
Copyright (c) 2000-2006 by Smartphoneware. All rights reserved.