Click here to Skip to main content
16,005,734 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ListView DragDrop Pin
Dave Kreskowiak21-Apr-05 16:19
mveDave Kreskowiak21-Apr-05 16:19 
GeneralRe: ListView DragDrop Pin
Anonymous21-Apr-05 18:56
Anonymous21-Apr-05 18:56 
GeneralRe: ListView DragDrop Pin
Dave Kreskowiak22-Apr-05 0:57
mveDave Kreskowiak22-Apr-05 0:57 
GeneralRe: ListView DragDrop Pin
RobDog88822-Apr-05 6:28
RobDog88822-Apr-05 6:28 
GeneralHelp: Combo Box Items Pin
Anonymous21-Apr-05 11:36
Anonymous21-Apr-05 11:36 
GeneralRe: Help: Combo Box Items Pin
Dave Kreskowiak21-Apr-05 16:13
mveDave Kreskowiak21-Apr-05 16:13 
Generalsetting a variable NAME Pin
mike2k521-Apr-05 8:29
mike2k521-Apr-05 8:29 
GeneralRe: setting a variable NAME Pin
Anonymous21-Apr-05 9:26
Anonymous21-Apr-05 9:26 
mike2k5 wrote:
position_dog = "pos1" <===== NOT what I need

I need the result to be a varible like....
position_dog = pos1 <===== I need this


You can't do that. There's no function to evaluate the contents of a string and come up with a variable name reference. An option would be to select the correct constant to assign using a Select statement
SELECT CASE ID_dog
    CASE 1
        position_dog = pos1
    CASE 2
        position_dog = pos2
    CASE 3
        position_dog = pos3
END SELECT

You'll have to provide more details on what your doing if you need a better solution. What is position_dog and how do these constants and ID_dog relate to it? What's the purpose of this code?
GeneralRe: setting a variable NAME Pin
Colin Angus Mackay22-Apr-05 0:32
Colin Angus Mackay22-Apr-05 0:32 
GeneralQuery !! Pin
vishalmishra21-Apr-05 7:51
vishalmishra21-Apr-05 7:51 
GeneralRe: Query !! Pin
vertig073021-Apr-05 9:52
vertig073021-Apr-05 9:52 
GeneraltStartup Application Pin
ADY00721-Apr-05 7:33
ADY00721-Apr-05 7:33 
GeneralRe: tStartup Application Pin
Dave Kreskowiak21-Apr-05 7:41
mveDave Kreskowiak21-Apr-05 7:41 
QuestionHow to enable/disable &amp; list network adapter in VB. Pin
BOOGIEMAN1ManClan21-Apr-05 6:16
BOOGIEMAN1ManClan21-Apr-05 6:16 
AnswerRe: How to enable/disable &amp; list network adapter in VB. Pin
Dave Kreskowiak21-Apr-05 7:17
mveDave Kreskowiak21-Apr-05 7:17 
GeneralRe: How to enable/disable &amp; list network adapter in VB. Pin
Anonymous21-Apr-05 7:21
Anonymous21-Apr-05 7:21 
GeneralRe: How to enable/disable &amp; list network adapter in VB. Pin
Dave Kreskowiak21-Apr-05 7:32
mveDave Kreskowiak21-Apr-05 7:32 
GeneralRe: How to enable/disable &amp; list network adapter in VB. Pin
Scott Serl21-Apr-05 8:32
Scott Serl21-Apr-05 8:32 
GeneralVariables, &lt;&gt;, and IF Statements Pin
Anonymous21-Apr-05 5:34
Anonymous21-Apr-05 5:34 
GeneralRe: Variables, &lt;&gt;, and IF Statements Pin
Dave Kreskowiak21-Apr-05 6:32
mveDave Kreskowiak21-Apr-05 6:32 
GeneralRe: Variables, &lt;&gt;, and IF Statements Pin
Anonymous21-Apr-05 6:49
Anonymous21-Apr-05 6:49 
GeneralRe: Variables, &lt;&gt;, and IF Statements Pin
Dave Kreskowiak21-Apr-05 7:30
mveDave Kreskowiak21-Apr-05 7:30 
GeneralRe: Variables, &lt;&gt;, and IF Statements Pin
Anonymous22-Apr-05 6:52
Anonymous22-Apr-05 6:52 
GeneralCR Help Pin
vertig073021-Apr-05 4:38
vertig073021-Apr-05 4:38 
GeneralRe: CR Help Pin
Jim Matthews21-Apr-05 5:20
Jim Matthews21-Apr-05 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.