This site Web
Home Page | The Sun API | Gallery | InfoSearch | News | Links | Contact Us

Sunlit Design > The Sun API > Documentation > Power Basic


Index


- Introduction
+ Using the Functions
+ User Guide
+ Function Reference
+ Constants

Contact Developer

Downloads

Power Basic

The Sun API functions may be used from Power Basic.

Header/Include File

To call The Sun API functions from Power Basic include the pbsdsun.inc file into your program.

Referring to Constants

Constants are referred to by their name preceded by a %.

Example

An example of calling a function from Power Basic:

To convert 23 degrees to radians and save the result in variable x: 

    x = sdD2Unit(23,%sdUnitRadian)