February 23, 200521 yr Hi all,I want to use a logarithmic function in an XML gauge, how do I do that? The function I use is LOG(X+1)*Y where X is the value and Y is a constant. In C no problemo, but in XML no way. Cheers
February 24, 200521 yr Commercial Member Hello,The log function takes 2 arguments: [x] [base] log,'100 10 log' = 2'16 2 log' = 4, etc...For your example: X 1 + Y logHope that helps,--Jon Jon Blum Vertical Reality Simulations
Create an account or sign in to comment