WriteExString2CEL, Value not updated.
Hej
I can not get the CEL list to accept/show changes I make for the value entry.
The CEL list shows YourText, GroupNr and ClassNr but Value is blank.
Zenon 6.22 SP1 Build 0
Public Sub MyScript()
Dim YourText As String
Dim VarName As String
Dim GroupNr As Long
Dim ClassNr As Long
Dim Value As String
Dim Status As Long
Set BinBatchId = thisProject.Variables.Item("BinBatchId")
Set BinNr = thisProject.Variables.Item("BinNr")
Set BinPos = thisProject.Variables.Item("BinPos")
Set BinKylTid = thisProject.Variables.Item("BinKylTid")
Set Bin = thisProject.Variables.Item("Bin")
YourText = BinBatchId.Value
VarName = "Bin"
Value = BinKylTid.Value
GroupNr = BinNr.Value
ClassNr = BinPos.Value
Call WriteExString2CEL(YourText, VarName, GroupNr, ClassNr, Value, Status)
End Sub
This is a migrated post! Originally posted on 03.03.2011 by user takarlsson. Please be aware that information can be outdated.