![]() |
Sergey Kornilov admin 7/16/2010 |
It's possible. Here is an example: strValue = "<b>" & data("FirstName") & "</b> <i>" & data("LastName") & "</i>" |
S
|
Scruffy author 7/16/2010 |
It's possible. Here is an example: strValue = "<b>" & data("FirstName") & "</b> <i>" & data("LastName") & "</i>"
|