Sigal Laniado
December 2nd, 1999, 02:38 AM
I have a question about VB editor.
Why i can't indent the code
Private m_Handle As Long
Private m_Left As Long
Private m_Right As Long
So that the 'As Long' of all the 3 statements will started at the same point i.e. i want to determine the spaces between the variable ant the type
Currently the VB force me to put one character space . I so code which it is possible to indent this way. Does any body know where i can control this feature?
Thanks
Why i can't indent the code
Private m_Handle As Long
Private m_Left As Long
Private m_Right As Long
So that the 'As Long' of all the 3 statements will started at the same point i.e. i want to determine the spaces between the variable ant the type
Currently the VB force me to put one character space . I so code which it is possible to indent this way. Does any body know where i can control this feature?
Thanks