Search found 14 matches

by xpectmore
Sat Sep 16, 2023 10:49 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

Re: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION

.. PS:

also with purebasic you cand develop many things.
i did a alternative benching to apache ab,
i did a anti-microsoft-firewall (anti keystroke,a anti executable watch dogs,.....) all keeps microsoft ai and workers attacks you these days windows 10 to make you believe is depreceated,
and more ...
by xpectmore
Sat Sep 16, 2023 10:38 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

Re: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION





depend of anyone's experience in programming..

No, it doesn't.


yes it does: in 5 minutes with that and more i have i can do anything you can in a entire one day

https://www.purebasic.fr/german/images/smilies/bounce.gif


smallest code , compatible ,strong code, valuable even the ...
by xpectmore
Sat Sep 16, 2023 10:31 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

Re: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION

Little John wrote: Sat Sep 16, 2023 10:24 am
xpectmore wrote: Sat Sep 16, 2023 10:16 am depend of anyone's experience in programming..
No, it doesn't.
yes it does: in 5 minutes with that and more i have i can do anything you can DO in a entire one day
by xpectmore
Sat Sep 16, 2023 10:30 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

Re: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION


@xpectmore
Please do not post a link in every thread.
Thought you were a bot and could be destroyed.


thanks man, i did not know,
anyway was harder to me to find "bool" function inside manual (even for beginners in 2023 is hard to find what is need inside the purebasic manual) that will interest ...
by xpectmore
Sat Sep 16, 2023 10:16 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

Re: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION

depend of anyone's experience in programming..
i programming since 1992 , almost 16-18 houres /day
by xpectmore
Sat Sep 16, 2023 8:57 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

Re: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION

where to post it? lol
also i try it only in windows is no guarantee is working in other systems

=================================
i post links to this in all OS Systems
by xpectmore
Sat Sep 16, 2023 7:18 am
Forum: Windows
Topic: functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION
Replies: 13
Views: 9863

functions with random number of parameters ,like in php, AUTO MANAGED EASY IN USER FUNCTION

like in php a random number of parameters you like to have the given function

<?php


function x3(){
$a=func_get_args();
$ca=count($a);
for($x=0;$x<$ca ;$x++){
echo $a[$x],'<br>';
}
echo '<hr>';
}
x3(1,2,3,4,5);
x3(3,4,5);
x3();

?>


you can in purebasic ,with max 101 dalmatians ...
by xpectmore
Tue Jan 10, 2023 3:04 pm
Forum: Feature Requests and Wishlists
Topic: Updated Webgadget on Windows
Replies: 21
Views: 7450

Re: Updated Webgadget on Windows

maybe that someone he did,also sow webview2 chromium too and he avoid to use dlls or complicated stuff that using callbacks and freeze the screen and use more cpu then spare too much energy ,in a co2 crisis..
good work that anyway !
we need simple software that not harm the environment !
take a ride ...
by xpectmore
Tue Jan 10, 2023 2:07 pm
Forum: General Discussion
Topic: WYSIWYG HTML in 2023 (messy solution and question)
Replies: 6
Views: 1244

Re: WYSIWYG HTML in 2023 (messy solution and question)

use the crap i posted here
viewtopic.php?t=76139&start=15

and use web gadget local ,relative to a folder combined with eg: code mirror 5 , wysiwyg html area , or any bootstrap builder, css generators ..
all html 5+ some css +js framework ,etc etc
by xpectmore
Tue Jan 10, 2023 1:58 pm
Forum: Feature Requests and Wishlists
Topic: Updated Webgadget on Windows
Replies: 21
Views: 7450

Re: Updated Webgadget on Windows

assuming nobody will use these lines of codes to write viruses, this code is from this forum and you find the links inside the code ..

web gadget + html 5 , on my win 10 x64 22h2 , with "Microsoft edge webview2 runtime" installed (https://developer.microsoft.com/en-us/microsoft-edge/webview2/)

so ...
by xpectmore
Thu Aug 12, 2021 5:03 pm
Forum: Windows
Topic: multi arrays of custom structures with basic functions ; my easy way
Replies: 0
Views: 5232

multi arrays of custom structures with basic functions ; my easy way

use it how you like , is a FTM license = FREE TO MANKIND

IncludeFile "inc.pbi"

Structure Person
FirstName.s
LastName.s
Age.w
EndStructure

initKEYS(Person)

;clearKEYS(Person);cause initKEYS happened i do not need this
;Debug getKEYbyPOS(Person, 110 ,age);<---(just in case error example ...
by xpectmore
Sun Aug 01, 2021 5:23 am
Forum: Windows
Topic: Is no need anymore using of OpenConsole() .. output inside cmd.exe : d o n e
Replies: 3
Views: 5962

Re: Is no need anymore using of OpenConsole() .. output inside cmd.exe : d o n e

in the past(only if you search in this forum) we experienced problems to output in cmd.exe so we was in some cases we were obliged to use of OpenConsole .So what you read here is design only when you really need tou output (eg your command inside the cmd.exe ). if you study the manual the language ...
by xpectmore
Thu Jul 29, 2021 12:57 pm
Forum: Windows
Topic: Is no need anymore using of OpenConsole() .. output inside cmd.exe : d o n e
Replies: 3
Views: 5962

Is no need anymore using of OpenConsole() .. output inside cmd.exe : d o n e

;thank you
;to this guy https://titanwolf.org/Network/Articles/Article?AID=afa0bc13-b32a-48f3-96d0-6b90cf8c9b75#gsc.tab=0
;now this compiled as console
;if run it in console will output inside the console
;you do not need openconsole() anymore
;thank you Priya !!!
;
ImportC "msvcrt.lib"
system ...