Quote:I logged a new contact the expression returned "IC-756PROII (COM3)"
Well, we've always done it that way :lol:.
You can remove it easy enough:
strextract(global.log_form_ref.radio_ifc_ref.caption, "", " (", 1)
That removes everything before the open paren and the space before it. Note the space before the paren. Like this, not line the second line:
strextract(global.log_form_ref.radio_ifc_ref.caption, "", " (", 1)
strextract(global.log_form_ref.radio_ifc_ref.caption, "", "(", 1)
Can't remember if strextract() is documented in help or not. The first parameter is the string to act on. The second is the beginning delimiter (none in this case). The third is the ending delimiter. The 4th is the nth delimited item to return.
What I will do is add a simple function called Active_Rig_Descr() or something like that. We may need to so something special like handle conditions where there is no rig configured, in which chase it will return null or an empty string.
Thanks for the idea!
73,
Dennis WN4AZY