Message 1 of 7
Set Attribute value to 'no value'

Not applicable
03-03-2005
08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Basically, I'm trying to remove the value of an attribute.
AttArray(1).TextString = ""
results in:
Run-time error:
Invalid Input
Note: I don't want to delete the attribute, just set the value to nothing.