Abs()

Returns the absolute value of a specified number.

Script: 

Sub Main
    Dim MyNumber As Integer
    MyNumber = 55
    MsgBox Abs(MyNumber)
    MyNumber = -55
    MsgBox Abs(MyNumber)
End Sub

IDEAScript Language:

Comments

How can i use idea with local PC without server.

Brian Element's picture

I don't really understand the question, you would just install IDEA onto your PC, IDEA is a desktop application.