What's new

A syntax question

albie0803

Alibre Super User
In script that I have seen, some text strings are in single quotes, some in double quotes. Does it matter, is there a "correct" way?

Options.append([None, WindowsInputTypes.Label, 'Enter values below from your model'])
Options.append(["Shaft Edge: Edge<?>", WindowsInputTypes.Real, WD])
 
Top