Announcement

Collapse
No announcement yet.

FormatBarData(0, baritem)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FormatBarData(0, baritem)

    I see a function named "FormatBarData" in the same code shown in the document "eSignal Developer Reference.doc" but I can't find any information about this function. Can someone point me to the document that describes FormatBarData. Or just describe what it does.


    sBar = FormatBarData(0, baritem)


    Thanks
    Patrick.

  • #2
    FormatBarData is not part of the eSignal Desktop API. It is a self-defined function implemented by the end user. What it does is that given a baritem, and a position level, it extracts the different fields of a baritem, format them using $Format and creates an output string. This string will then be injected to position "x" of a VB list box.

    Sample Usage:
    FormatBarData (0, baritem)

    Comment

    Working...
    X