Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
String Command
#1
Does N7/6 have the ability or command to perform Basic's string(var, text$) command?

J

In the meantime... I can use something like...

function String(var, txt)
    tmp = ""
    for z = 1 to var
        tmp = tmp + txt
    next
    return tmp
endfunc
Logic is the beginning of wisdom.
Reply


Messages In This Thread
String Command - by johnno56 - 02-02-2024, 09:40 PM
RE: String Command - by Marcus - 02-03-2024, 12:08 PM
RE: String Command - by Marcus - 02-03-2024, 01:24 PM
RE: String Command - by aurel - 02-03-2024, 01:43 PM
RE: String Command - by Marcus - 02-03-2024, 01:49 PM
RE: String Command - by johnno56 - 02-03-2024, 07:27 PM
RE: String Command - by 1micha.elok - 02-11-2024, 03:02 PM
RE: String Command - by johnno56 - 02-11-2024, 08:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)