Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

##stripq

Takes a single argument and returns that argument with quotes removed.

Description

This macro preprocessor function takes a single argument and returns that argument with quotes removed. It is the inverse of the ##quote macro function.

##stripq(value)

where value is a literal or variable from which enclosing quotes, if present, are stripped.

FeedbackOpens in a new tab