Skip to main content
November 17, 2005
Question

rcover a Parameter

  • November 17, 2005
  • 3 replies
  • 1503 views
Hello, How can i recover the name of the model (&model_name) in a parameter. I tried with the relations but it doesn't work. Thanks

    3 replies

    7-Bedrock
    November 18, 2005
    I tried a one line relation : NAME=rel_model_name() and it works fine... Why did you create a string length parameter before ?
    November 18, 2005
    That's works fine! Thanks a lot! regards
    1-Visitor
    November 18, 2005
    Try these relations strlen=string_length(rel_model_name()) name=extract(rel_model_name(),1,strlen) where strlen is a "Integer" Parameter and name is a "string" Parameter