Home
Community
Discussion Forums
Most Active Software Boards
NI TestStand
Topic
NI TestStand
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
display number in function statement
display number in function statement
mrbean
Active Participant
06-27-2008
10:09 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
How do I display a number in a function statement? I have some FileGlobals that are numbers. I want (in a message popup) to say some thing like,
"The value of blah is " + FileGlobal.blah + " and the value of blahblah is " + FileGlobal.blahblah.
0
Kudos
Message
1
of 4
(3,348 Views)
Reply
Re: display number in function statement
James_Grey
NI Employee (retired)
06-27-2008
10:15 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Use the Str function: "The value of blah is " + Str(FileGlobals.blah) + " and the value of blahblah is " + Str(FileGlobals.blahblah)
0
Kudos
Message
2
of 4
(3,346 Views)
Reply
Re: display number in function statement
mrbean
Active Participant
Author
06-27-2008
11:27 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I think I tried that and it displayed a blank in one case and a funny symbol in another. I'll try it again, though
0
Kudos
Message
3
of 4
(3,341 Views)
Reply
Re: display number in function statement
mrbean
Active Participant
Author
06-27-2008
12:57 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
That worked. I'm not sure what I was doing wrong the first 20 times. Thanks.
0
Kudos
Message
4
of 4
(3,326 Views)
Reply
All Forum Topics
Previous Topic
Next Topic