Function WriteCelStringEx()

Function WriteCelStringEx()

What happens with function WriteCelStringEx()?
This function have 5 parameters:
void ICel.WriteCelStringEx(string strCelString, string szPvName, int iGroup, int iClass, object Value, int Status)
After performance of this function in a window Cel Screen parameters szPvName, Value isn't displayed.
I tried this function in VBA and VSTA. The result was identical.
I’m using version 6.50 build 5 and 6.51 build 3 now.
This function worked well in earlier versions.
VBA Code:

Public Sub Test_Event_String()
Call thisProject.Cel.WriteCelStringEx("Command", "My variable", 0, 4, 1, 0)
End Sub


This is a migrated post! Originally posted on 12.04.2011 by user altera. Please be aware that information can be outdated.