Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         // explicit cast of a number value to string        
  2.         string texDummy = (string)globalFloat;
  3.        
  4.         string myEchoString = "the result is: " + texDummy;
  5.        
  6.         //llOwnerSay( myEchoString );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement