{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Schneider Electric Gulf Countries and Pakistan Website

Welcome to our website.

Search FAQs

How to display numeric value 123456789.45 in comma separated format on graphics page in Vijeo Citect?

Use following VBA script to convert numeric value to comma separated format.
Function Test(varx As Variant) As Variant
Test = Format(varx,"###,###,###0.00")
End Function

Call VBA function from graphics page by passing variable tag as value and function as Test VbCallReturn(VbCallRun(VbCallOpen("Test",123456789.45))) .
Variable tag can also be passed directly. Refer VBA Format function in help for more info.

Schneider Electric United Arab Emirates

Explore more
Range:
Explore more
Range:
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.