Maz -
Typically you need to pass a property object in or pass the sequence context to the method.
Public Sub MyMethod(ByVal oSeqContext As TS.SequenceContext)
Dim oObject As PropertyObject
Dim oMyLocals As PropertyObject
Set oObject = oSeqContext.AsPropertyObject()
Call oMyLocals.SetValNumber("Locals.MyNumeric", 0, 99.9)
...
Scott Richardson (NI)
Scott Richardson
https://testeract.com