using vb6, visual installer 1.1 and crystal 8.5 i made a install package; i tested it in my machine and it does print, but, in any other, does not
the event log file states: Invalid directory
what am i doing wrong?
i use ms access database
thanks in avance
i got the following from a book:
its a regex that works IF the word(s) dont have any special chars, like:
página, or
maçã
here it is:
$texto = ereg_replace('\[L]([-_./a-zA-Z0-9!&%#?+,\'=:~]+)\[EL]','<a class="texto" href="\\1">\\1</a>', $texto);
$texto =...
i'm drawing (based on an elipse) and using this code:
duplicateMovieClip(ponto, "ponto" + i, this.getNextHighestDepth());
i varies from zero to 359, so how can i target every (or any) of the recent created mcs?
my prob is the duplicated movie clip's name! how to write it?
if i use ("ponto" + i)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.