fast report?



Hi
I have problem
I have components fastreport 3 but I'm beginning with this component.

1. I have any memo on the report and I'd like add to this component any
string eg. + "my string"
2. How insert variables string to raport?
I make
TfrxVariable *Variable;
Variable = frxReport1->Variables->Insert(1);
Variable->Name = "MIESIAC";
Variable->Value = - how insert here any string? he accepts only int.

3. I have on the raport float (money) and I'd like change this value of
words.
How change this on the raport? I must add any function to this raport?

Piotr


.