How to get value of variable in javascript( FreeMaster)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to get value of variable in javascript( FreeMaster)

868 次查看
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 回复数