Requesting 3 letters of a material
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-03-06 07:06 AM
‎2012-03-06
07:06 AM
BTW, I know I can simply change the material names to Codes...
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-03-06 11:41 AM
‎2012-03-06
11:41 AM
HI,
with the help of REQUEST you can get the name of the material. The STRSUB is cutting the characters.
Eg.:
qq = REQUEST ("name_of_material", your_mat, get_mat)
firstThreeChar = STRSUB(get_mat, 1, 3)
Regards,
with the help of REQUEST you can get the name of the material. The STRSUB is cutting the characters.
Eg.:
qq = REQUEST ("name_of_material", your_mat, get_mat)
firstThreeChar = STRSUB(get_mat, 1, 3)
Regards,
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-03-07 12:07 AM
‎2012-03-07
12:07 AM
Nice one! Thannnnnnnk you
It is working like a charm!
It is working like a charm!