2019-11-20 11:18 AM
rrr=REQUEST("Name_of_plan", "", prj_name, prj_fullname, prj_path) zx = prj_fullname parameters zx=zxI feel like this should just work but doesn't, Any ideas as to how to solve it?
2019-11-25 03:28 AM
JGoode wrote:I don't think you can add it to a parameter value.
Hello,
I'm trying to add the name of my project to a parameter but for some reason it doesn't fill the field?
Here is my script:rrr=REQUEST("Name_of_plan", "", prj_name, prj_fullname, prj_path) zx = prj_fullname parameters zx=zxI feel like this should just work but doesn't, Any ideas as to how to solve it?
Thanks
2019-11-25 08:28 AM
2019-11-25 08:52 AM
Moonlight wrote:
The second quote doesn't appear to me ... I wonder why ??
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2019-11-25 08:57 AM
JGoode wrote:
What I want to achieve involves cutting up the name of the project to get the first 5 numbers of the project name. I have no use for it to be outputted in 2D / 3D. It’s not necessarily needing to store it as a parameter but I do need to be able to use the string (like a parameter). I don’t know if there is a way of doing so?