How to round a number to a certain number of decimal points within a ZebraTester Inline Script
a = "1.624000000000002"
b = strSubString(a,"1","4")
print b #this is a comment as denoted by the # character - "b" is now 1.62PreviousHow to iterate over JSON objects in ZebraTester using Inline ScriptsNextHow to Use a Custom DNS Host File Within a ZebraTester Script
Was this helpful?