I need to know how to update to a version online..
Example of wht I need:
SCAR Code:const version = '1.0';
begin
VV:=GetPage(whateva)
If Version = VV then
begin
Writeln('uptadate')
end else
writeln('updating')
{Save file pocedure}
end.
I need to know how to update to a version online..
Example of wht I need:
SCAR Code:const version = '1.0';
begin
VV:=GetPage(whateva)
If Version = VV then
begin
Writeln('uptadate')
end else
writeln('updating')
{Save file pocedure}
end.
I suggest you take a look at this tut:
http://www.srl-forums.com/forum/showthread.php?t=11016
It helped me alot when I did an update function like that...
There are currently 1 users browsing this thread. (0 members and 1 guests)