Viewing Base Nodes Wildcard
If you have a structure:
/ERR[111] = some information
/ERR[111,A] = different information
/ERR[111],B,1] = more information
/ERR[112] = some information
/ERR[112,A] = different information
/ERR[112],B,1] = more information
You may want to see the base nodes from a certain point forward.
/ERR[100:] will return this:
/ERR[111] = some information
/ERR[112] = some information

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home