How to get value of variable in javascript( FreeMaster)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to get value of variable in javascript( FreeMaster)

867件の閲覧回数
GZhao
Contributor I

How obtain the value from variable (memory address) in object (Javascript:FreeMaster),  

const CamOffset__6th = {
    symbol: "CamOffsetsBuffered.CylinderTDCOffsetAngle"
    variable: "CamOffsetsBuffered.CylinderTDCOffsetAngle[5]",
}
 
const test1 = CamOffset__6th.variable.toString;
                                   or 
                       CamOffset__6th.variable.valueof;
 
above it was not work
 
 
0 件の賞賛
返信
0 返答(返信)