Once or twice a year I have to dig into some old VB6 file. The author
used suffix characters to indicate the data type.So I don't have to
lookup these suffix characters again, I thought I'd put a table into a
separate tiddler.
Was I surprised that these characters broke the table generator. Her
is the source of the table:

|Variable|Type Suffix|h
|Integer|%|
|Long|&|
|Single|!|
|Double|#|
|Currency| @ |
|String|$|
|Byte|None|
|Boolean|None|
|Date|None|
|Object|None|
|Variant|None|

Suggestions will be appreciated.
Thanks,
IanO

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to