Hey!

Does anyone know how to do the following (if it can be done at all)?

 

In the ser.cfg, I would like to use a return value from a module’s function as a prefix to a URI.

 

….

VALUE=function_a(  );    ß exported from a module

prefix( “$VALUE” );          ß URI prefix’ing of user routine

….

 

I do not want to use the exec module, (the admin module shows nice examples), as the processing expense is too high.

 

Thanks ahead of time.

 

Chris