Solved
Forum Discussion
1 Reply
Sort By
- RavikSuper ContributorHi Ritesh,
If you are using, VBScript then , You can declare Public Constant like below-
Public CONST PI = 3.14
Sub Test
log.Message(PI)
End Sub
This may help you !
Consts test_type = "testType";