CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Date and Time Handling > Text

Text

All strings should be surrounded by single quotes, and any single quotes should be entered as four single quotes in a row:

Value

Example

it''''s

it's

'Today is 'M/dd/yy' and it''''s 'h:mm

Today is 01/22/99 and it's 8:18