AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
PDMS Quick Tips & Customizations
[PML] AVEVA PML Studio says '$P should not be used in production code' ? why?
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
6 replies
Subscribers
2 subscribers
Views
35 views
Users
0 members are here
Options
Share
More
Cancel
Related
[PML] AVEVA PML Studio says '$P should not be used in production code' ? why?
Bruce
over 7 years ago
Parents
Matts Nordman
over 7 years ago
The variable needs to be a string, so this would work:
!x = 123
!s = !x.string()
write !s.string()
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
Matts Nordman
over 7 years ago
The variable needs to be a string, so this would work:
!x = 123
!s = !x.string()
write !s.string()
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data