Advertisement
Xabier-Clemente

KG to LBS

Dec 10th, 2021
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. 1: Create a named data source for KG, I have named it to test in your label
  2. 2: Create a text object for KG and set the data source to a named data source
  3. 3: Create a second text object for the LBS And set the data source to Object Value and select the KG object
  4. 4: In the LBS object click on data source on the left and then the transforms tab
  5. 5: Click on VB Script, Check the Use VB Script and click the edit button. Then add:
  6.  
  7. Dim MyVar, Rnd
  8.  
  9. Rnd = Format.NamedSubStrings("Test").Value / 0.4536
  10. MyVar = Round(Rnd, 2)
  11.  
  12. Value = MyVar
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement