Post Reply 
How much memory may a HPPL program use on a G2?
09-09-2023, 10:21 AM
Post: #18
RE: How much memory may a HPPL program use on a G2?
Par contre avec les chaînes, je vois un problème.
Par exemple:
soit une liste {1285,128} si je recherche 128 POS, me renverra bien 2 .
si j'utilise une chaîne avec "," comme séparateur par exemple .
cela donne "1285,128" ici INSTRING me renverra 1 au lieu 6.
il faudra donc ensuite faire un test d'égalité, puis relancer la recherche si <>.

However, I do see a problem with chains.
For example:
either a list {1285,128} if I search for 128 POS, will return 2 .
if I use a string with "," as a separator, for example .
this gives "1285,128" here INSTRING will return 1 instead of 6.
you then have to do an equality test, then run the search again if <>.

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How much memory may a HPPL program use on a G2? - Tyann - 09-09-2023 10:21 AM



User(s) browsing this thread: 1 Guest(s)