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
How to convert an integer to a sting in an expression
How to convert an integer to a sting in an expression
Rafi2003
Active Participant
02-03-2005
07:12 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
HI,
I need the convert and integer to a sting in the following example
In the post expression:
Step.Result.ReportText = "This is channel No. " + Local.ChNo
I get an error of unmatched type. (Local.ChNo is integer)
CAn you show me how to convert the integer to string in this example?
Thanks
Rafi
0
Kudos
Message
1
of 2
(3,029 Views)
Reply
Re: How to convert an integer to a sting in an expression
RayFarmer
Trusted Enthusiast
02-03-2005
07:27 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Hi Rafi,
Step.Result.ReportText = "This is channel No. " + Str(Local.ChNo)
or you can format the string Str(Local.ChNo, "%x")
Check out the help within the function browser.
Regards
Ray Farmer
Regards
Ray Farmer
2
Kudos
Message
2
of 2
(3,027 Views)
Reply
All Forum Topics
Previous Topic
Next Topic