Sep 11, 2018 #1 dik Structural Joined Apr 13, 2001 Messages 26,118 Location CA Encountered some source where variables have a '#' as a suffix. See attached... Is this just variable name? or does it have another function? Is it a convention for floating point variables? or something else? Dik
Encountered some source where variables have a '#' as a suffix. See attached... Is this just variable name? or does it have another function? Is it a convention for floating point variables? or something else? Dik
Sep 11, 2018 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,899 Location US Maybe just a coding standard? All the variables in that snippet are local variables TTFN (ta ta for now) I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvgfaq731-376 forum1529 Entire Forum list http://www.eng-tips.com/forumlist.cfm Upvote 0 Downvote
Maybe just a coding standard? All the variables in that snippet are local variables TTFN (ta ta for now) I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvgfaq731-376 forum1529 Entire Forum list http://www.eng-tips.com/forumlist.cfm
Sep 11, 2018 Thread starter #3 dik Structural Joined Apr 13, 2001 Messages 26,118 Location CA Thanks IRS... that's what I was thinking, but, still running into the odd new thing... Dik Upvote 0 Downvote