Hi,
I am Nikhi and Trying to get the length of the string from the string value like "20% of C:\ used". because based on the length of the string I want to hide.
Please find the code given below and also the error the log shows:
and below is the error logged:
Calc: "StringLength" is unknown (niv\imth\imt1\imt.ini - [MeasureHDDTextLength])
Can any one help me how to fix this.
I am Nikhi and Trying to get the length of the string from the string value like "20% of C:\ used". because based on the length of the string I want to hide.
Please find the code given below and also the error the log shows:
Code:
[MeasureHDDtotal]measure=freediskspacedrive=#drive#total=1[MeasureCalc]measure=calcformula= Round(((measureHDD/measureHDDtotal) *100) ,0)[MeasureHDDTextContent]Measure=StringString=[MeasureCalc]% of #drive# is usedDynamicVariables=1[MeasureHDDTextLength]Measure=CalcFormula=StringLength([MeasureHDDTextContent])DynamicVariables=1UpdateDivider=1[MeterHDDTextChar1]Meter=StringMeasureName=MeasureHDDChar1MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (0 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (0 * #AngleIncrement#)))Angle=(#StartTextAngle# + (0 * #AngleIncrement#) + 1.5708)Hidden=([MeasureHDDTextLength] < 1).....[MeterHDDTextChar20]Meter=StringMeasureName=MeasureHDDChar20MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (19 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (19 * #AngleIncrement#)))Angle=(#StartTextAngle# + (19 * #AngleIncrement#) + 1.5708)Hidden=([MeasureHDDTextLength]< 20)
Calc: "StringLength" is unknown (niv\imth\imt1\imt.ini - [MeasureHDDTextLength])
Can any one help me how to fix this.
Statistics: Posted by mrbnikhil — May 26th, 2025, 8:14 pm