Contents of this page:
VB uses the Set statement to assign objects to variables. In Python there is no distinction between assignments so Set statements are simply translated to an equivalent assigment.
VB | Python |
---|---|
|
|
There are no options specific to the Set statement.