<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/1.0.4">
</HEAD>
<BODY>
Hi,
<BR>
<BR>
The thing I wanna do does not seem really hard but everything I do does not work.
<BR>
I just want put the string text 'AAA' in the string called variable2.
<BR>
<BR>
<BR>
I have tried :
<BR>
AjPStr variable2 = 'AAA' ;
<BR>
<BR>
or
<BR>
<BR>
ajStrAssI (&variable2, 'AAA',3) ;
<BR>
<BR>
Nothing is working.
<BR>
<BR>
What can I do ?
<BR>
<BR>
carole
<BR>
</BODY>
</HTML>