Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wierd behavior with addlistitem
Message
From
14/07/2000 16:54:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Wierd behavior with addlistitem
Miscellaneous
Thread ID:
00392691
Message ID:
00392691
Views:
59
I have a list box that I'm adding UNC paths to:

DO WHILE NOT EOF('Mytable')
loList.AddListItem(ALLTRIM(Mytable.fcDatabase), X)
SKIP IN Mytable
ENDDO

mytable.fcDatabase in this case has a path like:
"\\computer\sharename\datapath"

Problem is, the addlistitem() is stripping off the first "\". What ends up being stored is "\computer\sharename\datapath"

I tried assigning field value to a variable first, and then addlistitem(variable, count), but that did the same thing. Is this something wierd with addlistitem, or am I just smokin?
Next
Reply
Map
View

Click here to load this message in the networking platform